Shades of Equator #D8B56B
Tints of Equator #D8B56B
RGB
CMYK
RGB Variations
Color information
#D8B56B (or 0xD8B56B) is known color: Equator. HEX triplet: D8, B5 and 6B. RGB value is (216,181,107). Sum of RGB (Red+Green+Blue) = 216+181+107=504 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.86% from 504); Green value is 181 (71.09% from 255 or 35.91% from 504); Blue value is 107 (42.19% from 255 or 21.23% from 504); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B56B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8B56B is #274A94. Grayscale: #B7B7B7. Windows color (decimal): -2574997 or 7058904. OLE color: 7058904.
HSL color Cylindrical-coordinate representation of color #D8B56B: hue angle of 40.73º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D8B56B is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 181 | 107 | - |
| CMYK | 0 | 0.16 | 0.50 | 0.15 |
| HSL | 40.73º | 0.58% | 0.63% | - |
| HSV(B) | 40.73º | 0.5% | 0.85% | - |
| XYZ | 47.5 | 48.71 | 20.81 | - |
| YUV | 183.03 | 85.1 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 181 | 107 | 0 | 0.16 | 0.50 | 0.15 | 40.73 | 0.58 | 0.63 |
| Hex | D8 | B5 | 6B | 0 | 10 | 32 | F | 29 | 3A | 3F |
| Octal | 330 | 265 | 153 | 0 | 20 | 62 | 17 | 51 | 72 | 77 |
| Binary | 11011000 | 10110101 | 1101011 | 0 | 10000 | 110010 | 1111 | 101001 | 111010 | 111111 |
Color Harmonies of #D8B56B
Complementary color
Monochromatic Colors of #D8B56B
Black with #D8B56B
Text Example
Text Example
White with #D8B56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B56B; }
p { color: rgb(216,181,107); }
H1.HeaderClassName
{
color: #D8B56B;
}
.AnyTagClassName
{
color: #D8B56B;
}
</style>
background-color css
<style>
a { background-color: #D8B56B; }
a { background-color: rgb(216,181,107); }
div.DivClassName
{
background-color: #D8B56B;
}
.BgClassName
{
background-color: #D8B56B;
}
</style>
border-color css
<style>
span { border-color: #D8B56B; }
span { border-color: rgb(216,181,107); }
td.TdClassName
{
border-color: #D8B56B;
}
.TagClassName
{
border-color: #D8B56B;
}
</style>