Shades of Equator #D9B46B
Tints of Equator #D9B46B
RGB
CMYK
RGB Variations
Color information
#D9B46B (or 0xD9B46B) is known color: Equator. HEX triplet: D9, B4 and 6B. RGB value is (217,180,107). Sum of RGB (Red+Green+Blue) = 217+180+107=504 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.06% from 504); Green value is 180 (70.70% from 255 or 35.71% from 504); Blue value is 107 (42.19% from 255 or 21.23% from 504); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B46B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9B46B is #264B94. Grayscale: #B7B7B7. Windows color (decimal): -2509717 or 7058649. OLE color: 7058649.
HSL color Cylindrical-coordinate representation of color #D9B46B: hue angle of 39.82º 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 #D9B46B is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 180 | 107 | - |
| CMYK | 0 | 0.17 | 0.51 | 0.15 |
| HSL | 39.82º | 0.59% | 0.64% | - |
| HSV(B) | 39.82º | 0.51% | 0.85% | - |
| XYZ | 47.59 | 48.46 | 20.75 | - |
| YUV | 182.74 | 85.26 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 180 | 107 | 0 | 0.17 | 0.51 | 0.15 | 39.82 | 0.59 | 0.64 |
| Hex | D9 | B4 | 6B | 0 | 11 | 33 | F | 28 | 3B | 40 |
| Octal | 331 | 264 | 153 | 0 | 21 | 63 | 17 | 50 | 73 | 100 |
| Binary | 11011001 | 10110100 | 1101011 | 0 | 10001 | 110011 | 1111 | 101000 | 111011 | 1000000 |
Color Harmonies of #D9B46B
Complementary color
Monochromatic Colors of #D9B46B
Black with #D9B46B
Text Example
Text Example
White with #D9B46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B46B; }
p { color: rgb(217,180,107); }
H1.HeaderClassName
{
color: #D9B46B;
}
.AnyTagClassName
{
color: #D9B46B;
}
</style>
background-color css
<style>
a { background-color: #D9B46B; }
a { background-color: rgb(217,180,107); }
div.DivClassName
{
background-color: #D9B46B;
}
.BgClassName
{
background-color: #D9B46B;
}
</style>
border-color css
<style>
span { border-color: #D9B46B; }
span { border-color: rgb(217,180,107); }
td.TdClassName
{
border-color: #D9B46B;
}
.TagClassName
{
border-color: #D9B46B;
}
</style>