Shades of Equator #D9B069
Tints of Equator #D9B069
RGB
CMYK
RGB Variations
Color information
#D9B069 (or 0xD9B069) is known color: Equator. HEX triplet: D9, B0 and 69. RGB value is (217,176,105). Sum of RGB (Red+Green+Blue) = 217+176+105=498 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.57% from 498); Green value is 176 (69.14% from 255 or 35.34% from 498); Blue value is 105 (41.41% from 255 or 21.08% from 498); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9B069 is #264F96. Grayscale: #B4B4B4. Windows color (decimal): -2510743 or 6926553. OLE color: 6926553.
HSL color Cylindrical-coordinate representation of color #D9B069: hue angle of 38.04º 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 #D9B069 is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 176 | 105 | - |
| CMYK | 0 | 0.19 | 0.52 | 0.15 |
| HSL | 38.04º | 0.6% | 0.63% | - |
| HSV(B) | 38.04º | 0.52% | 0.85% | - |
| XYZ | 46.69 | 46.82 | 19.94 | - |
| YUV | 180.17 | 85.58 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 176 | 105 | 0 | 0.19 | 0.52 | 0.15 | 38.04 | 0.6 | 0.63 |
| Hex | D9 | B0 | 69 | 0 | 13 | 34 | F | 26 | 3C | 3F |
| Octal | 331 | 260 | 151 | 0 | 23 | 64 | 17 | 46 | 74 | 77 |
| Binary | 11011001 | 10110000 | 1101001 | 0 | 10011 | 110100 | 1111 | 100110 | 111100 | 111111 |
Color Harmonies of #D9B069
Complementary color
Monochromatic Colors of #D9B069
Black with #D9B069
Text Example
Text Example
White with #D9B069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B069; }
p { color: rgb(217,176,105); }
H1.HeaderClassName
{
color: #D9B069;
}
.AnyTagClassName
{
color: #D9B069;
}
</style>
background-color css
<style>
a { background-color: #D9B069; }
a { background-color: rgb(217,176,105); }
div.DivClassName
{
background-color: #D9B069;
}
.BgClassName
{
background-color: #D9B069;
}
</style>
border-color css
<style>
span { border-color: #D9B069; }
span { border-color: rgb(217,176,105); }
td.TdClassName
{
border-color: #D9B069;
}
.TagClassName
{
border-color: #D9B069;
}
</style>