Color spaces of #dbb872
RGB | 219 | 184 | 114 |
---|---|---|---|
HSL | 0.11 | 0.59 | 0.65 |
HSV | 40° | 48° | 86° |
CMYK | 0.00 | 0.16 | 0.48 0.14 |
XYZ | 49.3912 | 50.5560 | 23.0747 |
Yxy | 50.5560 | 0.4015 | 0.4110 |
Hunter Lab | 71.1027 | -0.4356 | 30.5308 |
CIE-Lab | 76.4093 | 3.6666 | 40.0863 |
#dbb872 color RGB value is (219,184,114).
#dbb872 hex color red value is 219, green value is 184 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #dbb872 hue: 0.11 , saturation: 0.59 and the lightness value of dbb872 is 0.65.
The process color (four color CMYK) of #dbb872 color hex is 0.00, 0.16, 0.48, 0.14. Web safe color of #dbb872 is #cccc66. Color #dbb872 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 10111000 | 01110010 |
Octal | 333 | 270 | 162 |
Decimal | 219 | 184 | 114 |
Hex | DB | B8 | 72 |
Shades of #dbb872
Tints of #dbb872
RGB Percentages of Color #dbb872
CMYK Percentages of Color #dbb872
Complementary Color
#dbb872 | #7295db |
#dbb872 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbb872 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbb872 Color CSS Codes
.mybgcolor {background-color:#dbb872; } .myforecolor {color:#dbb872; } .mybordercolor {border:3px solid #dbb872; }
#dbb872 Text Font Color
<p style="color:#dbb872">Text here</p>
This sample text font color is #dbb872
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#dbb872 Background Color
<div style="background-color:#dbb872">
Div content here</div>
This div background color is #dbb872
#dbb872 Border Color
<div style="border:3px solid #dbb872">
Div here</div>
This div border color is #dbb872
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,184,114, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbb872; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbb872; -webkit-box-shadow: 1px 1px 3px 2px #dbb872; box-shadow: 1px 1px 3px 2px #dbb872; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,184,114, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbb872">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbb872; -webkit-box-shadow: 1px 1px 3px 2px #dbb872; box-shadow: 1px 1px 3px 2px #dbb872;">
Div content here</div>
This div box has shadow with color #dbb872
Comments
No comments written yet.
Please login to write comment.