Shades of Equator #D9B46D
Tints of Equator #D9B46D
RGB
CMYK
RGB Variations
Color information
#D9B46D (or 0xD9B46D) is known color: Equator. HEX triplet: D9, B4 and 6D. RGB value is (217,180,109). Sum of RGB (Red+Green+Blue) = 217+180+109=506 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.89% from 506); Green value is 180 (70.70% from 255 or 35.57% from 506); Blue value is 109 (42.97% from 255 or 21.54% from 506); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B46D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9B46D is #264B92. Grayscale: #B7B7B7. Windows color (decimal): -2509715 or 7189721. OLE color: 7189721.
HSL color Cylindrical-coordinate representation of color #D9B46D: hue angle of 39.44º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D9B46D is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 180 | 109 | - |
| CMYK | 0 | 0.17 | 0.50 | 0.15 |
| HSL | 39.44º | 0.59% | 0.64% | - |
| HSV(B) | 39.44º | 0.5% | 0.85% | - |
| XYZ | 47.7 | 48.5 | 21.32 | - |
| YUV | 182.97 | 86.26 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 180 | 109 | 0 | 0.17 | 0.50 | 0.15 | 39.44 | 0.59 | 0.64 |
| Hex | D9 | B4 | 6D | 0 | 11 | 32 | F | 27 | 3B | 40 |
| Octal | 331 | 264 | 155 | 0 | 21 | 62 | 17 | 47 | 73 | 100 |
| Binary | 11011001 | 10110100 | 1101101 | 0 | 10001 | 110010 | 1111 | 100111 | 111011 | 1000000 |
Color Harmonies of #D9B46D
Complementary color
Monochromatic Colors of #D9B46D
Black with #D9B46D
Text Example
Text Example
White with #D9B46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B46D; }
p { color: rgb(217,180,109); }
H1.HeaderClassName
{
color: #D9B46D;
}
.AnyTagClassName
{
color: #D9B46D;
}
</style>
background-color css
<style>
a { background-color: #D9B46D; }
a { background-color: rgb(217,180,109); }
div.DivClassName
{
background-color: #D9B46D;
}
.BgClassName
{
background-color: #D9B46D;
}
</style>
border-color css
<style>
span { border-color: #D9B46D; }
span { border-color: rgb(217,180,109); }
td.TdClassName
{
border-color: #D9B46D;
}
.TagClassName
{
border-color: #D9B46D;
}
</style>