Shades of Equator #D7B45A
Tints of Equator #D7B45A
RGB
CMYK
RGB Variations
Color information
#D7B45A (or 0xD7B45A) is known color: Equator. HEX triplet: D7, B4 and 5A. RGB value is (215,180,90). Sum of RGB (Red+Green+Blue) = 215+180+90=485 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.33% from 485); Green value is 180 (70.70% from 255 or 37.11% from 485); Blue value is 90 (35.55% from 255 or 18.56% from 485); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B45A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7B45A is #284BA5. Grayscale: #B4B4B4. Windows color (decimal): -2640806 or 5944535. OLE color: 5944535.
HSL color Cylindrical-coordinate representation of color #D7B45A: hue angle of 43.2º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D7B45A is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 180 | 90 | - |
| CMYK | 0 | 0.16 | 0.58 | 0.16 |
| HSL | 43.2º | 0.61% | 0.6% | - |
| HSV(B) | 43.2º | 0.58% | 0.84% | - |
| XYZ | 46.19 | 47.83 | 16.47 | - |
| YUV | 180.21 | 77.1 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 180 | 90 | 0 | 0.16 | 0.58 | 0.16 | 43.2 | 0.61 | 0.6 |
| Hex | D7 | B4 | 5A | 0 | 10 | 3A | 10 | 2B | 3D | 3C |
| Octal | 327 | 264 | 132 | 0 | 20 | 72 | 20 | 53 | 75 | 74 |
| Binary | 11010111 | 10110100 | 1011010 | 0 | 10000 | 111010 | 10000 | 101011 | 111101 | 111100 |
Color Harmonies of #D7B45A
Complementary color
Monochromatic Colors of #D7B45A
Black with #D7B45A
Text Example
Text Example
White with #D7B45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B45A; }
p { color: rgb(215,180,90); }
H1.HeaderClassName
{
color: #D7B45A;
}
.AnyTagClassName
{
color: #D7B45A;
}
</style>
background-color css
<style>
a { background-color: #D7B45A; }
a { background-color: rgb(215,180,90); }
div.DivClassName
{
background-color: #D7B45A;
}
.BgClassName
{
background-color: #D7B45A;
}
</style>
border-color css
<style>
span { border-color: #D7B45A; }
span { border-color: rgb(215,180,90); }
td.TdClassName
{
border-color: #D7B45A;
}
.TagClassName
{
border-color: #D7B45A;
}
</style>