Shades of Equator #D8B05E
Tints of Equator #D8B05E
RGB
CMYK
RGB Variations
Color information
#D8B05E (or 0xD8B05E) is known color: Equator. HEX triplet: D8, B0 and 5E. RGB value is (216,176,94). Sum of RGB (Red+Green+Blue) = 216+176+94=486 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.44% from 486); Green value is 176 (69.14% from 255 or 36.21% from 486); Blue value is 94 (37.11% from 255 or 19.34% from 486); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B05E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8B05E is #274FA1. Grayscale: #B2B2B2. Windows color (decimal): -2576290 or 6205656. OLE color: 6205656.
HSL color Cylindrical-coordinate representation of color #D8B05E: hue angle of 40.33º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D8B05E is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 176 | 94 | - |
| CMYK | 0 | 0.19 | 0.56 | 0.15 |
| HSL | 40.33º | 0.61% | 0.61% | - |
| HSV(B) | 40.33º | 0.56% | 0.85% | - |
| XYZ | 45.86 | 46.46 | 17.14 | - |
| YUV | 178.61 | 80.25 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 176 | 94 | 0 | 0.19 | 0.56 | 0.15 | 40.33 | 0.61 | 0.61 |
| Hex | D8 | B0 | 5E | 0 | 13 | 38 | F | 28 | 3D | 3D |
| Octal | 330 | 260 | 136 | 0 | 23 | 70 | 17 | 50 | 75 | 75 |
| Binary | 11011000 | 10110000 | 1011110 | 0 | 10011 | 111000 | 1111 | 101000 | 111101 | 111101 |
Color Harmonies of #D8B05E
Complementary color
Monochromatic Colors of #D8B05E
Black with #D8B05E
Text Example
Text Example
White with #D8B05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B05E; }
p { color: rgb(216,176,94); }
H1.HeaderClassName
{
color: #D8B05E;
}
.AnyTagClassName
{
color: #D8B05E;
}
</style>
background-color css
<style>
a { background-color: #D8B05E; }
a { background-color: rgb(216,176,94); }
div.DivClassName
{
background-color: #D8B05E;
}
.BgClassName
{
background-color: #D8B05E;
}
</style>
border-color css
<style>
span { border-color: #D8B05E; }
span { border-color: rgb(216,176,94); }
td.TdClassName
{
border-color: #D8B05E;
}
.TagClassName
{
border-color: #D8B05E;
}
</style>