Shades of Equator #D4B25C
Tints of Equator #D4B25C
RGB
CMYK
RGB Variations
Color information
#D4B25C (or 0xD4B25C) is known color: Equator. HEX triplet: D4, B2 and 5C. RGB value is (212,178,92). Sum of RGB (Red+Green+Blue) = 212+178+92=482 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.98% from 482); Green value is 178 (69.92% from 255 or 36.93% from 482); Blue value is 92 (36.33% from 255 or 19.09% from 482); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B25C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4B25C is #2B4DA3. Grayscale: #B2B2B2. Windows color (decimal): -2837924 or 6075092. OLE color: 6075092.
HSL color Cylindrical-coordinate representation of color #D4B25C: hue angle of 43º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D4B25C is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 178 | 92 | - |
| CMYK | 0 | 0.16 | 0.57 | 0.17 |
| HSL | 43º | 0.58% | 0.6% | - |
| HSV(B) | 43º | 0.57% | 0.83% | - |
| XYZ | 45 | 46.61 | 16.75 | - |
| YUV | 178.36 | 79.26 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 178 | 92 | 0 | 0.16 | 0.57 | 0.17 | 43 | 0.58 | 0.6 |
| Hex | D4 | B2 | 5C | 0 | 10 | 39 | 11 | 2B | 3A | 3C |
| Octal | 324 | 262 | 134 | 0 | 20 | 71 | 21 | 53 | 72 | 74 |
| Binary | 11010100 | 10110010 | 1011100 | 0 | 10000 | 111001 | 10001 | 101011 | 111010 | 111100 |
Color Harmonies of #D4B25C
Complementary color
Monochromatic Colors of #D4B25C
Black with #D4B25C
Text Example
Text Example
White with #D4B25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B25C; }
p { color: rgb(212,178,92); }
H1.HeaderClassName
{
color: #D4B25C;
}
.AnyTagClassName
{
color: #D4B25C;
}
</style>
background-color css
<style>
a { background-color: #D4B25C; }
a { background-color: rgb(212,178,92); }
div.DivClassName
{
background-color: #D4B25C;
}
.BgClassName
{
background-color: #D4B25C;
}
</style>
border-color css
<style>
span { border-color: #D4B25C; }
span { border-color: rgb(212,178,92); }
td.TdClassName
{
border-color: #D4B25C;
}
.TagClassName
{
border-color: #D4B25C;
}
</style>