Shades of Equator #D8B05C
Tints of Equator #D8B05C
RGB
CMYK
RGB Variations
Color information
#D8B05C (or 0xD8B05C) is known color: Equator. HEX triplet: D8, B0 and 5C. RGB value is (216,176,92). Sum of RGB (Red+Green+Blue) = 216+176+92=484 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.63% from 484); Green value is 176 (69.14% from 255 or 36.36% from 484); Blue value is 92 (36.33% from 255 or 19.01% from 484); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B05C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8B05C is #274FA3. Grayscale: #B2B2B2. Windows color (decimal): -2576292 or 6074584. OLE color: 6074584.
HSL color Cylindrical-coordinate representation of color #D8B05C: hue angle of 40.65º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D8B05C is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 176 | 92 | - |
| CMYK | 0 | 0.19 | 0.57 | 0.15 |
| HSL | 40.65º | 0.61% | 0.6% | - |
| HSV(B) | 40.65º | 0.57% | 0.85% | - |
| XYZ | 45.78 | 46.42 | 16.67 | - |
| YUV | 178.38 | 79.25 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 176 | 92 | 0 | 0.19 | 0.57 | 0.15 | 40.65 | 0.61 | 0.6 |
| Hex | D8 | B0 | 5C | 0 | 13 | 39 | F | 29 | 3D | 3C |
| Octal | 330 | 260 | 134 | 0 | 23 | 71 | 17 | 51 | 75 | 74 |
| Binary | 11011000 | 10110000 | 1011100 | 0 | 10011 | 111001 | 1111 | 101001 | 111101 | 111100 |
Color Harmonies of #D8B05C
Complementary color
Monochromatic Colors of #D8B05C
Black with #D8B05C
Text Example
Text Example
White with #D8B05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B05C; }
p { color: rgb(216,176,92); }
H1.HeaderClassName
{
color: #D8B05C;
}
.AnyTagClassName
{
color: #D8B05C;
}
</style>
background-color css
<style>
a { background-color: #D8B05C; }
a { background-color: rgb(216,176,92); }
div.DivClassName
{
background-color: #D8B05C;
}
.BgClassName
{
background-color: #D8B05C;
}
</style>
border-color css
<style>
span { border-color: #D8B05C; }
span { border-color: rgb(216,176,92); }
td.TdClassName
{
border-color: #D8B05C;
}
.TagClassName
{
border-color: #D8B05C;
}
</style>