Shades of Equator #D4B259
Tints of Equator #D4B259
RGB
CMYK
RGB Variations
Color information
#D4B259 (or 0xD4B259) is known color: Equator. HEX triplet: D4, B2 and 59. RGB value is (212,178,89). Sum of RGB (Red+Green+Blue) = 212+178+89=479 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.26% from 479); Green value is 178 (69.92% from 255 or 37.16% from 479); Blue value is 89 (35.16% from 255 or 18.58% from 479); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4B259 is #2B4DA6. Grayscale: #B2B2B2. Windows color (decimal): -2837927 or 5878484. OLE color: 5878484.
HSL color Cylindrical-coordinate representation of color #D4B259: hue angle of 43.41º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D4B259 is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 178 | 89 | - |
| CMYK | 0 | 0.16 | 0.58 | 0.17 |
| HSL | 43.41º | 0.59% | 0.59% | - |
| HSV(B) | 43.41º | 0.58% | 0.83% | - |
| XYZ | 44.87 | 46.56 | 16.07 | - |
| YUV | 178.02 | 77.76 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 178 | 89 | 0 | 0.16 | 0.58 | 0.17 | 43.41 | 0.59 | 0.59 |
| Hex | D4 | B2 | 59 | 0 | 10 | 3A | 11 | 2B | 3B | 3B |
| Octal | 324 | 262 | 131 | 0 | 20 | 72 | 21 | 53 | 73 | 73 |
| Binary | 11010100 | 10110010 | 1011001 | 0 | 10000 | 111010 | 10001 | 101011 | 111011 | 111011 |
Color Harmonies of #D4B259
Complementary color
Monochromatic Colors of #D4B259
Black with #D4B259
Text Example
Text Example
White with #D4B259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B259; }
p { color: rgb(212,178,89); }
H1.HeaderClassName
{
color: #D4B259;
}
.AnyTagClassName
{
color: #D4B259;
}
</style>
background-color css
<style>
a { background-color: #D4B259; }
a { background-color: rgb(212,178,89); }
div.DivClassName
{
background-color: #D4B259;
}
.BgClassName
{
background-color: #D4B259;
}
</style>
border-color css
<style>
span { border-color: #D4B259; }
span { border-color: rgb(212,178,89); }
td.TdClassName
{
border-color: #D4B259;
}
.TagClassName
{
border-color: #D4B259;
}
</style>