Shades of Equator #D9B567
Tints of Equator #D9B567
RGB
CMYK
RGB Variations
Color information
#D9B567 (or 0xD9B567) is known color: Equator. HEX triplet: D9, B5 and 67. RGB value is (217,181,103). Sum of RGB (Red+Green+Blue) = 217+181+103=501 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.31% from 501); Green value is 181 (71.09% from 255 or 36.13% from 501); Blue value is 103 (40.62% from 255 or 20.56% from 501); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B567 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9B567 is #264A98. Grayscale: #B7B7B7. Windows color (decimal): -2509465 or 6796761. OLE color: 6796761.
HSL color Cylindrical-coordinate representation of color #D9B567: hue angle of 41.05º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D9B567 is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 181 | 103 | - |
| CMYK | 0 | 0.17 | 0.53 | 0.15 |
| HSL | 41.05º | 0.6% | 0.63% | - |
| HSV(B) | 41.05º | 0.53% | 0.85% | - |
| XYZ | 47.59 | 48.78 | 19.74 | - |
| YUV | 182.87 | 82.93 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 181 | 103 | 0 | 0.17 | 0.53 | 0.15 | 41.05 | 0.6 | 0.63 |
| Hex | D9 | B5 | 67 | 0 | 11 | 35 | F | 29 | 3C | 3F |
| Octal | 331 | 265 | 147 | 0 | 21 | 65 | 17 | 51 | 74 | 77 |
| Binary | 11011001 | 10110101 | 1100111 | 0 | 10001 | 110101 | 1111 | 101001 | 111100 | 111111 |
Color Harmonies of #D9B567
Complementary color
Monochromatic Colors of #D9B567
Black with #D9B567
Text Example
Text Example
White with #D9B567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B567; }
p { color: rgb(217,181,103); }
H1.HeaderClassName
{
color: #D9B567;
}
.AnyTagClassName
{
color: #D9B567;
}
</style>
background-color css
<style>
a { background-color: #D9B567; }
a { background-color: rgb(217,181,103); }
div.DivClassName
{
background-color: #D9B567;
}
.BgClassName
{
background-color: #D9B567;
}
</style>
border-color css
<style>
span { border-color: #D9B567; }
span { border-color: rgb(217,181,103); }
td.TdClassName
{
border-color: #D9B567;
}
.TagClassName
{
border-color: #D9B567;
}
</style>