Shades of Equator #D8B05F
Tints of Equator #D8B05F
RGB
CMYK
RGB Variations
Color information
#D8B05F (or 0xD8B05F) is known color: Equator. HEX triplet: D8, B0 and 5F. RGB value is (216,176,95). Sum of RGB (Red+Green+Blue) = 216+176+95=487 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.35% from 487); Green value is 176 (69.14% from 255 or 36.14% from 487); Blue value is 95 (37.5% from 255 or 19.51% from 487); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B05F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8B05F is #274FA0. Grayscale: #B3B3B3. Windows color (decimal): -2576289 or 6271192. OLE color: 6271192.
HSL color Cylindrical-coordinate representation of color #D8B05F: hue angle of 40.17º 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 #D8B05F is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 176 | 95 | - |
| CMYK | 0 | 0.19 | 0.56 | 0.15 |
| HSL | 40.17º | 0.61% | 0.61% | - |
| HSV(B) | 40.17º | 0.56% | 0.85% | - |
| XYZ | 45.91 | 46.48 | 17.38 | - |
| YUV | 178.73 | 80.75 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 176 | 95 | 0 | 0.19 | 0.56 | 0.15 | 40.17 | 0.61 | 0.61 |
| Hex | D8 | B0 | 5F | 0 | 13 | 38 | F | 28 | 3D | 3D |
| Octal | 330 | 260 | 137 | 0 | 23 | 70 | 17 | 50 | 75 | 75 |
| Binary | 11011000 | 10110000 | 1011111 | 0 | 10011 | 111000 | 1111 | 101000 | 111101 | 111101 |
Color Harmonies of #D8B05F
Complementary color
Monochromatic Colors of #D8B05F
Black with #D8B05F
Text Example
Text Example
White with #D8B05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B05F; }
p { color: rgb(216,176,95); }
H1.HeaderClassName
{
color: #D8B05F;
}
.AnyTagClassName
{
color: #D8B05F;
}
</style>
background-color css
<style>
a { background-color: #D8B05F; }
a { background-color: rgb(216,176,95); }
div.DivClassName
{
background-color: #D8B05F;
}
.BgClassName
{
background-color: #D8B05F;
}
</style>
border-color css
<style>
span { border-color: #D8B05F; }
span { border-color: rgb(216,176,95); }
td.TdClassName
{
border-color: #D8B05F;
}
.TagClassName
{
border-color: #D8B05F;
}
</style>