Shades of Equator #D9B56B
Tints of Equator #D9B56B
RGB
CMYK
RGB Variations
Color information
#D9B56B (or 0xD9B56B) is known color: Equator. HEX triplet: D9, B5 and 6B. RGB value is (217,181,107). Sum of RGB (Red+Green+Blue) = 217+181+107=505 (66% of max value = 765). Red value is 217 (85.16% from 255 or 42.97% from 505); Green value is 181 (71.09% from 255 or 35.84% from 505); Blue value is 107 (42.19% from 255 or 21.19% from 505); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B56B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9B56B is #264A94. Grayscale: #B7B7B7. Windows color (decimal): -2509461 or 7058905. OLE color: 7058905.
HSL color Cylindrical-coordinate representation of color #D9B56B: hue angle of 40.36º 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 #D9B56B is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 181 | 107 | - |
| CMYK | 0 | 0.17 | 0.51 | 0.15 |
| HSL | 40.36º | 0.59% | 0.64% | - |
| HSV(B) | 40.36º | 0.51% | 0.85% | - |
| XYZ | 47.79 | 48.86 | 20.82 | - |
| YUV | 183.33 | 84.93 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 181 | 107 | 0 | 0.17 | 0.51 | 0.15 | 40.36 | 0.59 | 0.64 |
| Hex | D9 | B5 | 6B | 0 | 11 | 33 | F | 28 | 3B | 40 |
| Octal | 331 | 265 | 153 | 0 | 21 | 63 | 17 | 50 | 73 | 100 |
| Binary | 11011001 | 10110101 | 1101011 | 0 | 10001 | 110011 | 1111 | 101000 | 111011 | 1000000 |
Color Harmonies of #D9B56B
Complementary color
Monochromatic Colors of #D9B56B
Black with #D9B56B
Text Example
Text Example
White with #D9B56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B56B; }
p { color: rgb(217,181,107); }
H1.HeaderClassName
{
color: #D9B56B;
}
.AnyTagClassName
{
color: #D9B56B;
}
</style>
background-color css
<style>
a { background-color: #D9B56B; }
a { background-color: rgb(217,181,107); }
div.DivClassName
{
background-color: #D9B56B;
}
.BgClassName
{
background-color: #D9B56B;
}
</style>
border-color css
<style>
span { border-color: #D9B56B; }
span { border-color: rgb(217,181,107); }
td.TdClassName
{
border-color: #D9B56B;
}
.TagClassName
{
border-color: #D9B56B;
}
</style>