Shades of Equator #D9B463
Tints of Equator #D9B463
RGB
CMYK
RGB Variations
Color information
#D9B463 (or 0xD9B463) is known color: Equator. HEX triplet: D9, B4 and 63. RGB value is (217,180,99). Sum of RGB (Red+Green+Blue) = 217+180+99=496 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.75% from 496); Green value is 180 (70.70% from 255 or 36.29% from 496); Blue value is 99 (39.06% from 255 or 19.96% from 496); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B463 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9B463 is #264B9C. Grayscale: #B6B6B6. Windows color (decimal): -2509725 or 6534361. OLE color: 6534361.
HSL color Cylindrical-coordinate representation of color #D9B463: hue angle of 41.19º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D9B463 is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 180 | 99 | - |
| CMYK | 0 | 0.17 | 0.54 | 0.15 |
| HSL | 41.19º | 0.61% | 0.62% | - |
| HSV(B) | 41.19º | 0.54% | 0.85% | - |
| XYZ | 47.19 | 48.3 | 18.64 | - |
| YUV | 181.83 | 81.26 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 180 | 99 | 0 | 0.17 | 0.54 | 0.15 | 41.19 | 0.61 | 0.62 |
| Hex | D9 | B4 | 63 | 0 | 11 | 36 | F | 29 | 3D | 3E |
| Octal | 331 | 264 | 143 | 0 | 21 | 66 | 17 | 51 | 75 | 76 |
| Binary | 11011001 | 10110100 | 1100011 | 0 | 10001 | 110110 | 1111 | 101001 | 111101 | 111110 |
Color Harmonies of #D9B463
Complementary color
Monochromatic Colors of #D9B463
Black with #D9B463
Text Example
Text Example
White with #D9B463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B463; }
p { color: rgb(217,180,99); }
H1.HeaderClassName
{
color: #D9B463;
}
.AnyTagClassName
{
color: #D9B463;
}
</style>
background-color css
<style>
a { background-color: #D9B463; }
a { background-color: rgb(217,180,99); }
div.DivClassName
{
background-color: #D9B463;
}
.BgClassName
{
background-color: #D9B463;
}
</style>
border-color css
<style>
span { border-color: #D9B463; }
span { border-color: rgb(217,180,99); }
td.TdClassName
{
border-color: #D9B463;
}
.TagClassName
{
border-color: #D9B463;
}
</style>