Color spaces of #dbd0aa
RGB | 219 | 208 | 170 |
---|---|---|---|
HSL | 0.13 | 0.40 | 0.76 |
HSV | 47° | 22° | 86° |
CMYK | 0.00 | 0.05 | 0.22 0.14 |
XYZ | 59.0250 | 63.0741 | 47.0938 |
Yxy | 63.0741 | 0.3489 | 0.3728 |
Hunter Lab | 79.4192 | -6.3210 | 20.4358 |
CIE-Lab | 83.4814 | -2.2169 | 20.2687 |
#dbd0aa color RGB value is (219,208,170).
#dbd0aa hex color red value is 219, green value is 208 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #dbd0aa hue: 0.13 , saturation: 0.40 and the lightness value of dbd0aa is 0.76.
The process color (four color CMYK) of #dbd0aa color hex is 0.00, 0.05, 0.22, 0.14. Web safe color of #dbd0aa is #cccc99. Color #dbd0aa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11010000 | 10101010 |
Octal | 333 | 320 | 252 |
Decimal | 219 | 208 | 170 |
Hex | DB | D0 | AA |
Shades of #dbd0aa
Tints of #dbd0aa
RGB Percentages of Color #dbd0aa
CMYK Percentages of Color #dbd0aa
Complementary Color
#dbd0aa | #aab5db |
#dbd0aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbd0aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbd0aa Color CSS Codes
.mybgcolor {background-color:#dbd0aa; } .myforecolor {color:#dbd0aa; } .mybordercolor {border:3px solid #dbd0aa; }
#dbd0aa Text Font Color
<p style="color:#dbd0aa">Text here</p>
This sample text font color is #dbd0aa
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.
#dbd0aa Background Color
<div style="background-color:#dbd0aa">
Div content here</div>
This div background color is #dbd0aa
#dbd0aa Border Color
<div style="border:3px solid #dbd0aa">
Div here</div>
This div border color is #dbd0aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,208,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbd0aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbd0aa; -webkit-box-shadow: 1px 1px 3px 2px #dbd0aa; box-shadow: 1px 1px 3px 2px #dbd0aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,208,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbd0aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbd0aa; -webkit-box-shadow: 1px 1px 3px 2px #dbd0aa; box-shadow: 1px 1px 3px 2px #dbd0aa;">
Div content here</div>
This div box has shadow with color #dbd0aa
Comments
No comments written yet.
Please login to write comment.