Shades of Equator #D9B460
Tints of Equator #D9B460
RGB
CMYK
RGB Variations
Color information
#D9B460 (or 0xD9B460) is known color: Equator. HEX triplet: D9, B4 and 60. RGB value is (217,180,96). Sum of RGB (Red+Green+Blue) = 217+180+96=493 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.02% from 493); Green value is 180 (70.70% from 255 or 36.51% from 493); Blue value is 96 (37.89% from 255 or 19.47% from 493); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B460 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9B460 is #264B9F. Grayscale: #B5B5B5. Windows color (decimal): -2509728 or 6337753. OLE color: 6337753.
HSL color Cylindrical-coordinate representation of color #D9B460: hue angle of 41.65º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D9B460 is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 180 | 96 | - |
| CMYK | 0 | 0.17 | 0.56 | 0.15 |
| HSL | 41.65º | 0.61% | 0.61% | - |
| HSV(B) | 41.65º | 0.56% | 0.85% | - |
| XYZ | 47.05 | 48.24 | 17.9 | - |
| YUV | 181.49 | 79.76 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 180 | 96 | 0 | 0.17 | 0.56 | 0.15 | 41.65 | 0.61 | 0.61 |
| Hex | D9 | B4 | 60 | 0 | 11 | 38 | F | 2A | 3D | 3D |
| Octal | 331 | 264 | 140 | 0 | 21 | 70 | 17 | 52 | 75 | 75 |
| Binary | 11011001 | 10110100 | 1100000 | 0 | 10001 | 111000 | 1111 | 101010 | 111101 | 111101 |
Color Harmonies of #D9B460
Complementary color
Monochromatic Colors of #D9B460
Black with #D9B460
Text Example
Text Example
White with #D9B460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B460; }
p { color: rgb(217,180,96); }
H1.HeaderClassName
{
color: #D9B460;
}
.AnyTagClassName
{
color: #D9B460;
}
</style>
background-color css
<style>
a { background-color: #D9B460; }
a { background-color: rgb(217,180,96); }
div.DivClassName
{
background-color: #D9B460;
}
.BgClassName
{
background-color: #D9B460;
}
</style>
border-color css
<style>
span { border-color: #D9B460; }
span { border-color: rgb(217,180,96); }
td.TdClassName
{
border-color: #D9B460;
}
.TagClassName
{
border-color: #D9B460;
}
</style>