Shades of Equator #D4B063
Tints of Equator #D4B063
RGB
CMYK
RGB Variations
Color information
#D4B063 (or 0xD4B063) is known color: Equator. HEX triplet: D4, B0 and 63. RGB value is (212,176,99). Sum of RGB (Red+Green+Blue) = 212+176+99=487 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.53% from 487); Green value is 176 (69.14% from 255 or 36.14% from 487); Blue value is 99 (39.06% from 255 or 20.33% from 487); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4B063 is #2B4F9C. Grayscale: #B2B2B2. Windows color (decimal): -2838429 or 6533332. OLE color: 6533332.
HSL color Cylindrical-coordinate representation of color #D4B063: hue angle of 40.88º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D4B063 is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 176 | 99 | - |
| CMYK | 0 | 0.17 | 0.53 | 0.17 |
| HSL | 40.88º | 0.57% | 0.61% | - |
| HSV(B) | 40.88º | 0.53% | 0.83% | - |
| XYZ | 44.93 | 45.95 | 18.31 | - |
| YUV | 177.99 | 83.43 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 176 | 99 | 0 | 0.17 | 0.53 | 0.17 | 40.88 | 0.57 | 0.61 |
| Hex | D4 | B0 | 63 | 0 | 11 | 35 | 11 | 29 | 39 | 3D |
| Octal | 324 | 260 | 143 | 0 | 21 | 65 | 21 | 51 | 71 | 75 |
| Binary | 11010100 | 10110000 | 1100011 | 0 | 10001 | 110101 | 10001 | 101001 | 111001 | 111101 |
Color Harmonies of #D4B063
Complementary color
Monochromatic Colors of #D4B063
Black with #D4B063
Text Example
Text Example
White with #D4B063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B063; }
p { color: rgb(212,176,99); }
H1.HeaderClassName
{
color: #D4B063;
}
.AnyTagClassName
{
color: #D4B063;
}
</style>
background-color css
<style>
a { background-color: #D4B063; }
a { background-color: rgb(212,176,99); }
div.DivClassName
{
background-color: #D4B063;
}
.BgClassName
{
background-color: #D4B063;
}
</style>
border-color css
<style>
span { border-color: #D4B063; }
span { border-color: rgb(212,176,99); }
td.TdClassName
{
border-color: #D4B063;
}
.TagClassName
{
border-color: #D4B063;
}
</style>