Shades of Equator #D8B45C
Tints of Equator #D8B45C
RGB
CMYK
RGB Variations
Color information
#D8B45C (or 0xD8B45C) is known color: Equator. HEX triplet: D8, B4 and 5C. RGB value is (216,180,92). Sum of RGB (Red+Green+Blue) = 216+180+92=488 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.26% from 488); Green value is 180 (70.70% from 255 or 36.89% from 488); Blue value is 92 (36.33% from 255 or 18.85% from 488); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B45C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8B45C is #274BA3. Grayscale: #B5B5B5. Windows color (decimal): -2575268 or 6075608. OLE color: 6075608.
HSL color Cylindrical-coordinate representation of color #D8B45C: hue angle of 42.58º 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 #D8B45C is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 180 | 92 | - |
| CMYK | 0 | 0.17 | 0.57 | 0.15 |
| HSL | 42.58º | 0.61% | 0.6% | - |
| HSV(B) | 42.58º | 0.57% | 0.85% | - |
| XYZ | 46.57 | 48.01 | 16.94 | - |
| YUV | 180.73 | 77.93 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 180 | 92 | 0 | 0.17 | 0.57 | 0.15 | 42.58 | 0.61 | 0.6 |
| Hex | D8 | B4 | 5C | 0 | 11 | 39 | F | 2B | 3D | 3C |
| Octal | 330 | 264 | 134 | 0 | 21 | 71 | 17 | 53 | 75 | 74 |
| Binary | 11011000 | 10110100 | 1011100 | 0 | 10001 | 111001 | 1111 | 101011 | 111101 | 111100 |
Color Harmonies of #D8B45C
Complementary color
Monochromatic Colors of #D8B45C
Black with #D8B45C
Text Example
Text Example
White with #D8B45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B45C; }
p { color: rgb(216,180,92); }
H1.HeaderClassName
{
color: #D8B45C;
}
.AnyTagClassName
{
color: #D8B45C;
}
</style>
background-color css
<style>
a { background-color: #D8B45C; }
a { background-color: rgb(216,180,92); }
div.DivClassName
{
background-color: #D8B45C;
}
.BgClassName
{
background-color: #D8B45C;
}
</style>
border-color css
<style>
span { border-color: #D8B45C; }
span { border-color: rgb(216,180,92); }
td.TdClassName
{
border-color: #D8B45C;
}
.TagClassName
{
border-color: #D8B45C;
}
</style>