Shades of Equator #D9B06B
Tints of Equator #D9B06B
RGB
CMYK
RGB Variations
Color information
#D9B06B (or 0xD9B06B) is known color: Equator. HEX triplet: D9, B0 and 6B. RGB value is (217,176,107). Sum of RGB (Red+Green+Blue) = 217+176+107=500 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.4% from 500); Green value is 176 (69.14% from 255 or 35.2% from 500); Blue value is 107 (42.19% from 255 or 21.4% from 500); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B06B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9B06B is #264F94. Grayscale: #B4B4B4. Windows color (decimal): -2510741 or 7057625. OLE color: 7057625.
HSL color Cylindrical-coordinate representation of color #D9B06B: hue angle of 37.64º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D9B06B is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 176 | 107 | - |
| CMYK | 0 | 0.19 | 0.51 | 0.15 |
| HSL | 37.64º | 0.59% | 0.64% | - |
| HSV(B) | 37.64º | 0.51% | 0.85% | - |
| XYZ | 46.79 | 46.86 | 20.49 | - |
| YUV | 180.39 | 86.58 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 176 | 107 | 0 | 0.19 | 0.51 | 0.15 | 37.64 | 0.59 | 0.64 |
| Hex | D9 | B0 | 6B | 0 | 13 | 33 | F | 26 | 3B | 40 |
| Octal | 331 | 260 | 153 | 0 | 23 | 63 | 17 | 46 | 73 | 100 |
| Binary | 11011001 | 10110000 | 1101011 | 0 | 10011 | 110011 | 1111 | 100110 | 111011 | 1000000 |
Color Harmonies of #D9B06B
Complementary color
Monochromatic Colors of #D9B06B
Black with #D9B06B
Text Example
Text Example
White with #D9B06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B06B; }
p { color: rgb(217,176,107); }
H1.HeaderClassName
{
color: #D9B06B;
}
.AnyTagClassName
{
color: #D9B06B;
}
</style>
background-color css
<style>
a { background-color: #D9B06B; }
a { background-color: rgb(217,176,107); }
div.DivClassName
{
background-color: #D9B06B;
}
.BgClassName
{
background-color: #D9B06B;
}
</style>
border-color css
<style>
span { border-color: #D9B06B; }
span { border-color: rgb(217,176,107); }
td.TdClassName
{
border-color: #D9B06B;
}
.TagClassName
{
border-color: #D9B06B;
}
</style>