Shades of Equator #D8B569
Tints of Equator #D8B569
RGB
CMYK
RGB Variations
Color information
#D8B569 (or 0xD8B569) is known color: Equator. HEX triplet: D8, B5 and 69. RGB value is (216,181,105). Sum of RGB (Red+Green+Blue) = 216+181+105=502 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.03% from 502); Green value is 181 (71.09% from 255 or 36.06% from 502); Blue value is 105 (41.41% from 255 or 20.92% from 502); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B569 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8B569 is #274A96. Grayscale: #B7B7B7. Windows color (decimal): -2574999 or 6927832. OLE color: 6927832.
HSL color Cylindrical-coordinate representation of color #D8B569: hue angle of 41.08º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D8B569 is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 181 | 105 | - |
| CMYK | 0 | 0.16 | 0.51 | 0.15 |
| HSL | 41.08º | 0.59% | 0.63% | - |
| HSV(B) | 41.08º | 0.51% | 0.85% | - |
| XYZ | 47.39 | 48.67 | 20.26 | - |
| YUV | 182.8 | 84.1 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 181 | 105 | 0 | 0.16 | 0.51 | 0.15 | 41.08 | 0.59 | 0.63 |
| Hex | D8 | B5 | 69 | 0 | 10 | 33 | F | 29 | 3B | 3F |
| Octal | 330 | 265 | 151 | 0 | 20 | 63 | 17 | 51 | 73 | 77 |
| Binary | 11011000 | 10110101 | 1101001 | 0 | 10000 | 110011 | 1111 | 101001 | 111011 | 111111 |
Color Harmonies of #D8B569
Complementary color
Monochromatic Colors of #D8B569
Black with #D8B569
Text Example
Text Example
White with #D8B569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B569; }
p { color: rgb(216,181,105); }
H1.HeaderClassName
{
color: #D8B569;
}
.AnyTagClassName
{
color: #D8B569;
}
</style>
background-color css
<style>
a { background-color: #D8B569; }
a { background-color: rgb(216,181,105); }
div.DivClassName
{
background-color: #D8B569;
}
.BgClassName
{
background-color: #D8B569;
}
</style>
border-color css
<style>
span { border-color: #D8B569; }
span { border-color: rgb(216,181,105); }
td.TdClassName
{
border-color: #D8B569;
}
.TagClassName
{
border-color: #D8B569;
}
</style>