Shades of Equator #D7B05C
Tints of Equator #D7B05C
RGB
CMYK
RGB Variations
Color information
#D7B05C (or 0xD7B05C) is known color: Equator. HEX triplet: D7, B0 and 5C. RGB value is (215,176,92). Sum of RGB (Red+Green+Blue) = 215+176+92=483 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.51% from 483); Green value is 176 (69.14% from 255 or 36.44% from 483); Blue value is 92 (36.33% from 255 or 19.05% from 483); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B05C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7B05C is #284FA3. Grayscale: #B2B2B2. Windows color (decimal): -2641828 or 6074583. OLE color: 6074583.
HSL color Cylindrical-coordinate representation of color #D7B05C: hue angle of 40.98º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D7B05C is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 176 | 92 | - |
| CMYK | 0 | 0.18 | 0.57 | 0.16 |
| HSL | 40.98º | 0.61% | 0.6% | - |
| HSV(B) | 40.98º | 0.57% | 0.84% | - |
| XYZ | 45.48 | 46.27 | 16.66 | - |
| YUV | 178.09 | 79.42 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 176 | 92 | 0 | 0.18 | 0.57 | 0.16 | 40.98 | 0.61 | 0.6 |
| Hex | D7 | B0 | 5C | 0 | 12 | 39 | 10 | 29 | 3D | 3C |
| Octal | 327 | 260 | 134 | 0 | 22 | 71 | 20 | 51 | 75 | 74 |
| Binary | 11010111 | 10110000 | 1011100 | 0 | 10010 | 111001 | 10000 | 101001 | 111101 | 111100 |
Color Harmonies of #D7B05C
Complementary color
Monochromatic Colors of #D7B05C
Black with #D7B05C
Text Example
Text Example
White with #D7B05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B05C; }
p { color: rgb(215,176,92); }
H1.HeaderClassName
{
color: #D7B05C;
}
.AnyTagClassName
{
color: #D7B05C;
}
</style>
background-color css
<style>
a { background-color: #D7B05C; }
a { background-color: rgb(215,176,92); }
div.DivClassName
{
background-color: #D7B05C;
}
.BgClassName
{
background-color: #D7B05C;
}
</style>
border-color css
<style>
span { border-color: #D7B05C; }
span { border-color: rgb(215,176,92); }
td.TdClassName
{
border-color: #D7B05C;
}
.TagClassName
{
border-color: #D7B05C;
}
</style>