Shades of Equator #D8B05A
Tints of Equator #D8B05A
RGB
CMYK
RGB Variations
Color information
#D8B05A (or 0xD8B05A) is known color: Equator. HEX triplet: D8, B0 and 5A. RGB value is (216,176,90). Sum of RGB (Red+Green+Blue) = 216+176+90=482 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.81% from 482); Green value is 176 (69.14% from 255 or 36.51% from 482); Blue value is 90 (35.55% from 255 or 18.67% from 482); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B05A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8B05A is #274FA5. Grayscale: #B2B2B2. Windows color (decimal): -2576294 or 5943512. OLE color: 5943512.
HSL color Cylindrical-coordinate representation of color #D8B05A: hue angle of 40.95º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D8B05A is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 176 | 90 | - |
| CMYK | 0 | 0.19 | 0.58 | 0.15 |
| HSL | 40.95º | 0.62% | 0.6% | - |
| HSV(B) | 40.95º | 0.58% | 0.85% | - |
| XYZ | 45.69 | 46.39 | 16.22 | - |
| YUV | 178.16 | 78.25 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 176 | 90 | 0 | 0.19 | 0.58 | 0.15 | 40.95 | 0.62 | 0.6 |
| Hex | D8 | B0 | 5A | 0 | 13 | 3A | F | 29 | 3E | 3C |
| Octal | 330 | 260 | 132 | 0 | 23 | 72 | 17 | 51 | 76 | 74 |
| Binary | 11011000 | 10110000 | 1011010 | 0 | 10011 | 111010 | 1111 | 101001 | 111110 | 111100 |
Color Harmonies of #D8B05A
Complementary color
Monochromatic Colors of #D8B05A
Black with #D8B05A
Text Example
Text Example
White with #D8B05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B05A; }
p { color: rgb(216,176,90); }
H1.HeaderClassName
{
color: #D8B05A;
}
.AnyTagClassName
{
color: #D8B05A;
}
</style>
background-color css
<style>
a { background-color: #D8B05A; }
a { background-color: rgb(216,176,90); }
div.DivClassName
{
background-color: #D8B05A;
}
.BgClassName
{
background-color: #D8B05A;
}
</style>
border-color css
<style>
span { border-color: #D8B05A; }
span { border-color: rgb(216,176,90); }
td.TdClassName
{
border-color: #D8B05A;
}
.TagClassName
{
border-color: #D8B05A;
}
</style>