Shades of Equator #D8B168
Tints of Equator #D8B168
RGB
CMYK
RGB Variations
Color information
#D8B168 (or 0xD8B168) is known color: Equator. HEX triplet: D8, B1 and 68. RGB value is (216,177,104). Sum of RGB (Red+Green+Blue) = 216+177+104=497 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.46% from 497); Green value is 177 (69.53% from 255 or 35.61% from 497); Blue value is 104 (41.02% from 255 or 20.93% from 497); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B168 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8B168 is #274E97. Grayscale: #B4B4B4. Windows color (decimal): -2576024 or 6861272. OLE color: 6861272.
HSL color Cylindrical-coordinate representation of color #D8B168: hue angle of 39.11º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D8B168 is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 177 | 104 | - |
| CMYK | 0 | 0.18 | 0.52 | 0.15 |
| HSL | 39.11º | 0.59% | 0.63% | - |
| HSV(B) | 39.11º | 0.52% | 0.85% | - |
| XYZ | 46.54 | 47.04 | 19.72 | - |
| YUV | 180.34 | 84.92 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 177 | 104 | 0 | 0.18 | 0.52 | 0.15 | 39.11 | 0.59 | 0.63 |
| Hex | D8 | B1 | 68 | 0 | 12 | 34 | F | 27 | 3B | 3F |
| Octal | 330 | 261 | 150 | 0 | 22 | 64 | 17 | 47 | 73 | 77 |
| Binary | 11011000 | 10110001 | 1101000 | 0 | 10010 | 110100 | 1111 | 100111 | 111011 | 111111 |
Color Harmonies of #D8B168
Complementary color
Monochromatic Colors of #D8B168
Black with #D8B168
Text Example
Text Example
White with #D8B168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B168; }
p { color: rgb(216,177,104); }
H1.HeaderClassName
{
color: #D8B168;
}
.AnyTagClassName
{
color: #D8B168;
}
</style>
background-color css
<style>
a { background-color: #D8B168; }
a { background-color: rgb(216,177,104); }
div.DivClassName
{
background-color: #D8B168;
}
.BgClassName
{
background-color: #D8B168;
}
</style>
border-color css
<style>
span { border-color: #D8B168; }
span { border-color: rgb(216,177,104); }
td.TdClassName
{
border-color: #D8B168;
}
.TagClassName
{
border-color: #D8B168;
}
</style>