Shades of Equator #D2B264
Tints of Equator #D2B264
RGB
CMYK
RGB Variations
Color information
#D2B264 (or 0xD2B264) is known color: Equator. HEX triplet: D2, B2 and 64. RGB value is (210,178,100). Sum of RGB (Red+Green+Blue) = 210+178+100=488 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.03% from 488); Green value is 178 (69.92% from 255 or 36.48% from 488); Blue value is 100 (39.45% from 255 or 20.49% from 488); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B264 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2B264 is #2D4D9B. Grayscale: #B3B3B3. Windows color (decimal): -2968988 or 6599378. OLE color: 6599378.
HSL color Cylindrical-coordinate representation of color #D2B264: hue angle of 42.55º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D2B264 is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 178 | 100 | - |
| CMYK | 0 | 0.15 | 0.52 | 0.18 |
| HSL | 42.55º | 0.55% | 0.61% | - |
| HSV(B) | 42.55º | 0.52% | 0.82% | - |
| XYZ | 44.8 | 46.46 | 18.66 | - |
| YUV | 178.68 | 83.6 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 178 | 100 | 0 | 0.15 | 0.52 | 0.18 | 42.55 | 0.55 | 0.61 |
| Hex | D2 | B2 | 64 | 0 | F | 34 | 12 | 2B | 37 | 3D |
| Octal | 322 | 262 | 144 | 0 | 17 | 64 | 22 | 53 | 67 | 75 |
| Binary | 11010010 | 10110010 | 1100100 | 0 | 1111 | 110100 | 10010 | 101011 | 110111 | 111101 |
Color Harmonies of #D2B264
Complementary color
Monochromatic Colors of #D2B264
Black with #D2B264
Text Example
Text Example
White with #D2B264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B264; }
p { color: rgb(210,178,100); }
H1.HeaderClassName
{
color: #D2B264;
}
.AnyTagClassName
{
color: #D2B264;
}
</style>
background-color css
<style>
a { background-color: #D2B264; }
a { background-color: rgb(210,178,100); }
div.DivClassName
{
background-color: #D2B264;
}
.BgClassName
{
background-color: #D2B264;
}
</style>
border-color css
<style>
span { border-color: #D2B264; }
span { border-color: rgb(210,178,100); }
td.TdClassName
{
border-color: #D2B264;
}
.TagClassName
{
border-color: #D2B264;
}
</style>