Shades of Equator #D5B460
Tints of Equator #D5B460
RGB
CMYK
RGB Variations
Color information
#D5B460 (or 0xD5B460) is known color: Equator. HEX triplet: D5, B4 and 60. RGB value is (213,180,96). Sum of RGB (Red+Green+Blue) = 213+180+96=489 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.56% from 489); Green value is 180 (70.70% from 255 or 36.81% from 489); Blue value is 96 (37.89% from 255 or 19.63% from 489); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B460 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B460 is #2A4B9F. Grayscale: #B4B4B4. Windows color (decimal): -2771872 or 6337749. OLE color: 6337749.
HSL color Cylindrical-coordinate representation of color #D5B460: hue angle of 43.08º 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 #D5B460 is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 180 | 96 | - |
| CMYK | 0 | 0.15 | 0.55 | 0.16 |
| HSL | 43.08º | 0.58% | 0.61% | - |
| HSV(B) | 43.08º | 0.55% | 0.84% | - |
| XYZ | 45.87 | 47.63 | 17.84 | - |
| YUV | 180.29 | 80.43 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 180 | 96 | 0 | 0.15 | 0.55 | 0.16 | 43.08 | 0.58 | 0.61 |
| Hex | D5 | B4 | 60 | 0 | F | 37 | 10 | 2B | 3A | 3D |
| Octal | 325 | 264 | 140 | 0 | 17 | 67 | 20 | 53 | 72 | 75 |
| Binary | 11010101 | 10110100 | 1100000 | 0 | 1111 | 110111 | 10000 | 101011 | 111010 | 111101 |
Color Harmonies of #D5B460
Complementary color
Monochromatic Colors of #D5B460
Black with #D5B460
Text Example
Text Example
White with #D5B460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B460; }
p { color: rgb(213,180,96); }
H1.HeaderClassName
{
color: #D5B460;
}
.AnyTagClassName
{
color: #D5B460;
}
</style>
background-color css
<style>
a { background-color: #D5B460; }
a { background-color: rgb(213,180,96); }
div.DivClassName
{
background-color: #D5B460;
}
.BgClassName
{
background-color: #D5B460;
}
</style>
border-color css
<style>
span { border-color: #D5B460; }
span { border-color: rgb(213,180,96); }
td.TdClassName
{
border-color: #D5B460;
}
.TagClassName
{
border-color: #D5B460;
}
</style>