Shades of Equator #D7B45C
Tints of Equator #D7B45C
RGB
CMYK
RGB Variations
Color information
#D7B45C (or 0xD7B45C) is known color: Equator. HEX triplet: D7, B4 and 5C. RGB value is (215,180,92). Sum of RGB (Red+Green+Blue) = 215+180+92=487 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.15% from 487); Green value is 180 (70.70% from 255 or 36.96% from 487); Blue value is 92 (36.33% from 255 or 18.89% from 487); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B45C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7B45C is #284BA3. Grayscale: #B4B4B4. Windows color (decimal): -2640804 or 6075607. OLE color: 6075607.
HSL color Cylindrical-coordinate representation of color #D7B45C: hue angle of 42.93º 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 #D7B45C is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 180 | 92 | - |
| CMYK | 0 | 0.16 | 0.57 | 0.16 |
| HSL | 42.93º | 0.61% | 0.6% | - |
| HSV(B) | 42.93º | 0.57% | 0.84% | - |
| XYZ | 46.28 | 47.86 | 16.92 | - |
| YUV | 180.43 | 78.1 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 180 | 92 | 0 | 0.16 | 0.57 | 0.16 | 42.93 | 0.61 | 0.6 |
| Hex | D7 | B4 | 5C | 0 | 10 | 39 | 10 | 2B | 3D | 3C |
| Octal | 327 | 264 | 134 | 0 | 20 | 71 | 20 | 53 | 75 | 74 |
| Binary | 11010111 | 10110100 | 1011100 | 0 | 10000 | 111001 | 10000 | 101011 | 111101 | 111100 |
Color Harmonies of #D7B45C
Complementary color
Monochromatic Colors of #D7B45C
Black with #D7B45C
Text Example
Text Example
White with #D7B45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B45C; }
p { color: rgb(215,180,92); }
H1.HeaderClassName
{
color: #D7B45C;
}
.AnyTagClassName
{
color: #D7B45C;
}
</style>
background-color css
<style>
a { background-color: #D7B45C; }
a { background-color: rgb(215,180,92); }
div.DivClassName
{
background-color: #D7B45C;
}
.BgClassName
{
background-color: #D7B45C;
}
</style>
border-color css
<style>
span { border-color: #D7B45C; }
span { border-color: rgb(215,180,92); }
td.TdClassName
{
border-color: #D7B45C;
}
.TagClassName
{
border-color: #D7B45C;
}
</style>