Shades of Equator #D9B669
Tints of Equator #D9B669
RGB
CMYK
RGB Variations
Color information
#D9B669 (or 0xD9B669) is known color: Equator. HEX triplet: D9, B6 and 69. RGB value is (217,182,105). Sum of RGB (Red+Green+Blue) = 217+182+105=504 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.06% from 504); Green value is 182 (71.48% from 255 or 36.11% from 504); Blue value is 105 (41.41% from 255 or 20.83% from 504); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B669 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9B669 is #264996. Grayscale: #B8B8B8. Windows color (decimal): -2509207 or 6928089. OLE color: 6928089.
HSL color Cylindrical-coordinate representation of color #D9B669: hue angle of 41.25º 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 #D9B669 is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 182 | 105 | - |
| CMYK | 0 | 0.16 | 0.52 | 0.15 |
| HSL | 41.25º | 0.6% | 0.63% | - |
| HSV(B) | 41.25º | 0.52% | 0.85% | - |
| XYZ | 47.89 | 49.23 | 20.34 | - |
| YUV | 183.69 | 83.6 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 182 | 105 | 0 | 0.16 | 0.52 | 0.15 | 41.25 | 0.6 | 0.63 |
| Hex | D9 | B6 | 69 | 0 | 10 | 34 | F | 29 | 3C | 3F |
| Octal | 331 | 266 | 151 | 0 | 20 | 64 | 17 | 51 | 74 | 77 |
| Binary | 11011001 | 10110110 | 1101001 | 0 | 10000 | 110100 | 1111 | 101001 | 111100 | 111111 |
Color Harmonies of #D9B669
Complementary color
Monochromatic Colors of #D9B669
Black with #D9B669
Text Example
Text Example
White with #D9B669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B669; }
p { color: rgb(217,182,105); }
H1.HeaderClassName
{
color: #D9B669;
}
.AnyTagClassName
{
color: #D9B669;
}
</style>
background-color css
<style>
a { background-color: #D9B669; }
a { background-color: rgb(217,182,105); }
div.DivClassName
{
background-color: #D9B669;
}
.BgClassName
{
background-color: #D9B669;
}
</style>
border-color css
<style>
span { border-color: #D9B669; }
span { border-color: rgb(217,182,105); }
td.TdClassName
{
border-color: #D9B669;
}
.TagClassName
{
border-color: #D9B669;
}
</style>