Shades of Equator #D5B360
Tints of Equator #D5B360
RGB
CMYK
RGB Variations
Color information
#D5B360 (or 0xD5B360) is known color: Equator. HEX triplet: D5, B3 and 60. RGB value is (213,179,96). Sum of RGB (Red+Green+Blue) = 213+179+96=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 179 (70.31% from 255 or 36.68% from 488); Blue value is 96 (37.89% from 255 or 19.67% from 488); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B360 is #2A4C9F. Grayscale: #B4B4B4. Windows color (decimal): -2772128 or 6337493. OLE color: 6337493.
HSL color Cylindrical-coordinate representation of color #D5B360: hue angle of 42.56º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D5B360 is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 179 | 96 | - |
| CMYK | 0 | 0.16 | 0.55 | 0.16 |
| HSL | 42.56º | 0.58% | 0.61% | - |
| HSV(B) | 42.56º | 0.55% | 0.84% | - |
| XYZ | 45.67 | 47.23 | 17.78 | - |
| YUV | 179.7 | 80.76 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 179 | 96 | 0 | 0.16 | 0.55 | 0.16 | 42.56 | 0.58 | 0.61 |
| Hex | D5 | B3 | 60 | 0 | 10 | 37 | 10 | 2B | 3A | 3D |
| Octal | 325 | 263 | 140 | 0 | 20 | 67 | 20 | 53 | 72 | 75 |
| Binary | 11010101 | 10110011 | 1100000 | 0 | 10000 | 110111 | 10000 | 101011 | 111010 | 111101 |
Color Harmonies of #D5B360
Complementary color
Monochromatic Colors of #D5B360
Black with #D5B360
Text Example
Text Example
White with #D5B360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B360; }
p { color: rgb(213,179,96); }
H1.HeaderClassName
{
color: #D5B360;
}
.AnyTagClassName
{
color: #D5B360;
}
</style>
background-color css
<style>
a { background-color: #D5B360; }
a { background-color: rgb(213,179,96); }
div.DivClassName
{
background-color: #D5B360;
}
.BgClassName
{
background-color: #D5B360;
}
</style>
border-color css
<style>
span { border-color: #D5B360; }
span { border-color: rgb(213,179,96); }
td.TdClassName
{
border-color: #D5B360;
}
.TagClassName
{
border-color: #D5B360;
}
</style>