Shades of Equator #D9B066
Tints of Equator #D9B066
RGB
CMYK
RGB Variations
Color information
#D9B066 (or 0xD9B066) is known color: Equator. HEX triplet: D9, B0 and 66. RGB value is (217,176,102). Sum of RGB (Red+Green+Blue) = 217+176+102=495 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.84% from 495); Green value is 176 (69.14% from 255 or 35.56% from 495); Blue value is 102 (40.23% from 255 or 20.61% from 495); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9B066 is #264F99. Grayscale: #B4B4B4. Windows color (decimal): -2510746 or 6729945. OLE color: 6729945.
HSL color Cylindrical-coordinate representation of color #D9B066: hue angle of 38.61º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D9B066 is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 176 | 102 | - |
| CMYK | 0 | 0.19 | 0.53 | 0.15 |
| HSL | 38.61º | 0.6% | 0.63% | - |
| HSV(B) | 38.61º | 0.53% | 0.85% | - |
| XYZ | 46.54 | 46.76 | 19.14 | - |
| YUV | 179.82 | 84.08 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 176 | 102 | 0 | 0.19 | 0.53 | 0.15 | 38.61 | 0.6 | 0.63 |
| Hex | D9 | B0 | 66 | 0 | 13 | 35 | F | 27 | 3C | 3F |
| Octal | 331 | 260 | 146 | 0 | 23 | 65 | 17 | 47 | 74 | 77 |
| Binary | 11011001 | 10110000 | 1100110 | 0 | 10011 | 110101 | 1111 | 100111 | 111100 | 111111 |
Color Harmonies of #D9B066
Complementary color
Monochromatic Colors of #D9B066
Black with #D9B066
Text Example
Text Example
White with #D9B066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B066; }
p { color: rgb(217,176,102); }
H1.HeaderClassName
{
color: #D9B066;
}
.AnyTagClassName
{
color: #D9B066;
}
</style>
background-color css
<style>
a { background-color: #D9B066; }
a { background-color: rgb(217,176,102); }
div.DivClassName
{
background-color: #D9B066;
}
.BgClassName
{
background-color: #D9B066;
}
</style>
border-color css
<style>
span { border-color: #D9B066; }
span { border-color: rgb(217,176,102); }
td.TdClassName
{
border-color: #D9B066;
}
.TagClassName
{
border-color: #D9B066;
}
</style>