Shades of Equator #D8B05D
Tints of Equator #D8B05D
RGB
CMYK
RGB Variations
Color information
#D8B05D (or 0xD8B05D) is known color: Equator. HEX triplet: D8, B0 and 5D. RGB value is (216,176,93). Sum of RGB (Red+Green+Blue) = 216+176+93=485 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.54% from 485); Green value is 176 (69.14% from 255 or 36.29% from 485); Blue value is 93 (36.72% from 255 or 19.18% from 485); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B05D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8B05D is #274FA2. Grayscale: #B2B2B2. Windows color (decimal): -2576291 or 6140120. OLE color: 6140120.
HSL color Cylindrical-coordinate representation of color #D8B05D: hue angle of 40.49º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D8B05D is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 176 | 93 | - |
| CMYK | 0 | 0.19 | 0.57 | 0.15 |
| HSL | 40.49º | 0.61% | 0.61% | - |
| HSV(B) | 40.49º | 0.57% | 0.85% | - |
| XYZ | 45.82 | 46.44 | 16.9 | - |
| YUV | 178.5 | 79.75 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 176 | 93 | 0 | 0.19 | 0.57 | 0.15 | 40.49 | 0.61 | 0.61 |
| Hex | D8 | B0 | 5D | 0 | 13 | 39 | F | 28 | 3D | 3D |
| Octal | 330 | 260 | 135 | 0 | 23 | 71 | 17 | 50 | 75 | 75 |
| Binary | 11011000 | 10110000 | 1011101 | 0 | 10011 | 111001 | 1111 | 101000 | 111101 | 111101 |
Color Harmonies of #D8B05D
Complementary color
Monochromatic Colors of #D8B05D
Black with #D8B05D
Text Example
Text Example
White with #D8B05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B05D; }
p { color: rgb(216,176,93); }
H1.HeaderClassName
{
color: #D8B05D;
}
.AnyTagClassName
{
color: #D8B05D;
}
</style>
background-color css
<style>
a { background-color: #D8B05D; }
a { background-color: rgb(216,176,93); }
div.DivClassName
{
background-color: #D8B05D;
}
.BgClassName
{
background-color: #D8B05D;
}
</style>
border-color css
<style>
span { border-color: #D8B05D; }
span { border-color: rgb(216,176,93); }
td.TdClassName
{
border-color: #D8B05D;
}
.TagClassName
{
border-color: #D8B05D;
}
</style>