Shades of Equator #D2B066
Tints of Equator #D2B066
RGB
CMYK
RGB Variations
Color information
#D2B066 (or 0xD2B066) is known color: Equator. HEX triplet: D2, B0 and 66. RGB value is (210,176,102). Sum of RGB (Red+Green+Blue) = 210+176+102=488 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.03% from 488); Green value is 176 (69.14% from 255 or 36.07% from 488); Blue value is 102 (40.23% from 255 or 20.90% from 488); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2B066 is #2D4F99. Grayscale: #B2B2B2. Windows color (decimal): -2969498 or 6729938. OLE color: 6729938.
HSL color Cylindrical-coordinate representation of color #D2B066: hue angle of 41.11º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D2B066 is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 176 | 102 | - |
| CMYK | 0 | 0.16 | 0.51 | 0.18 |
| HSL | 41.11º | 0.55% | 0.61% | - |
| HSV(B) | 41.11º | 0.51% | 0.82% | - |
| XYZ | 44.5 | 45.71 | 19.05 | - |
| YUV | 177.73 | 85.26 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 176 | 102 | 0 | 0.16 | 0.51 | 0.18 | 41.11 | 0.55 | 0.61 |
| Hex | D2 | B0 | 66 | 0 | 10 | 33 | 12 | 29 | 37 | 3D |
| Octal | 322 | 260 | 146 | 0 | 20 | 63 | 22 | 51 | 67 | 75 |
| Binary | 11010010 | 10110000 | 1100110 | 0 | 10000 | 110011 | 10010 | 101001 | 110111 | 111101 |
Color Harmonies of #D2B066
Complementary color
Monochromatic Colors of #D2B066
Black with #D2B066
Text Example
Text Example
White with #D2B066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B066; }
p { color: rgb(210,176,102); }
H1.HeaderClassName
{
color: #D2B066;
}
.AnyTagClassName
{
color: #D2B066;
}
</style>
background-color css
<style>
a { background-color: #D2B066; }
a { background-color: rgb(210,176,102); }
div.DivClassName
{
background-color: #D2B066;
}
.BgClassName
{
background-color: #D2B066;
}
</style>
border-color css
<style>
span { border-color: #D2B066; }
span { border-color: rgb(210,176,102); }
td.TdClassName
{
border-color: #D2B066;
}
.TagClassName
{
border-color: #D2B066;
}
</style>