Shades of Equator #D9A869
Tints of Equator #D9A869
RGB
CMYK
RGB Variations
Color information
#D9A869 (or 0xD9A869) is known color: Equator. HEX triplet: D9, A8 and 69. RGB value is (217,168,105). Sum of RGB (Red+Green+Blue) = 217+168+105=490 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.29% from 490); Green value is 168 (66.02% from 255 or 34.29% from 490); Blue value is 105 (41.41% from 255 or 21.43% from 490); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A869 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A869 is #265796. Grayscale: #AFAFAF. Windows color (decimal): -2512791 or 6924505. OLE color: 6924505.
HSL color Cylindrical-coordinate representation of color #D9A869: hue angle of 33.75º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D9A869 is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
RGB | 217 | 168 | 105 | - |
CMYK | 0 | 0.23 | 0.52 | 0.15 |
HSL | 33.75º | 0.6% | 0.63% | - |
HSV(B) | 33.75º | 0.52% | 0.85% | - |
XYZ | 45.17 | 43.78 | 19.43 | - |
YUV | 175.47 | 88.23 | 157.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 168 | 105 | 0 | 0.23 | 0.52 | 0.15 | 33.75 | 0.6 | 0.63 |
Hex | D9 | A8 | 69 | 0 | 17 | 34 | F | 22 | 3C | 3F |
Octal | 331 | 250 | 151 | 0 | 27 | 64 | 17 | 42 | 74 | 77 |
Binary | 11011001 | 10101000 | 1101001 | 0 | 10111 | 110100 | 1111 | 100010 | 111100 | 111111 |
Color Harmonies of #D9A869
Complementary color
Monochromatic Colors of #D9A869
Black with #D9A869
Text Example
Text Example
White with #D9A869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A869; }
p { color: rgb(217,168,105); }
H1.HeaderClassName
{
color: #D9A869;
}
.AnyTagClassName
{
color: #D9A869;
}
</style>
background-color css
<style>
a { background-color: #D9A869; }
a { background-color: rgb(217,168,105); }
div.DivClassName
{
background-color: #D9A869;
}
.BgClassName
{
background-color: #D9A869;
}
</style>
border-color css
<style>
span { border-color: #D9A869; }
span { border-color: rgb(217,168,105); }
td.TdClassName
{
border-color: #D9A869;
}
.TagClassName
{
border-color: #D9A869;
}
</style>