Shades of Equator #D7B066
Tints of Equator #D7B066
RGB
CMYK
RGB Variations
Color information
#D7B066 (or 0xD7B066) is known color: Equator. HEX triplet: D7, B0 and 66. RGB value is (215,176,102). Sum of RGB (Red+Green+Blue) = 215+176+102=493 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.61% from 493); Green value is 176 (69.14% from 255 or 35.70% from 493); Blue value is 102 (40.23% from 255 or 20.69% from 493); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7B066 is #284F99. Grayscale: #B3B3B3. Windows color (decimal): -2641818 or 6729943. OLE color: 6729943.
HSL color Cylindrical-coordinate representation of color #D7B066: hue angle of 39.29º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D7B066 is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 176 | 102 | - |
| CMYK | 0 | 0.18 | 0.53 | 0.16 |
| HSL | 39.29º | 0.59% | 0.62% | - |
| HSV(B) | 39.29º | 0.53% | 0.84% | - |
| XYZ | 45.95 | 46.46 | 19.12 | - |
| YUV | 179.23 | 84.42 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 176 | 102 | 0 | 0.18 | 0.53 | 0.16 | 39.29 | 0.59 | 0.62 |
| Hex | D7 | B0 | 66 | 0 | 12 | 35 | 10 | 27 | 3B | 3E |
| Octal | 327 | 260 | 146 | 0 | 22 | 65 | 20 | 47 | 73 | 76 |
| Binary | 11010111 | 10110000 | 1100110 | 0 | 10010 | 110101 | 10000 | 100111 | 111011 | 111110 |
Color Harmonies of #D7B066
Complementary color
Monochromatic Colors of #D7B066
Black with #D7B066
Text Example
Text Example
White with #D7B066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B066; }
p { color: rgb(215,176,102); }
H1.HeaderClassName
{
color: #D7B066;
}
.AnyTagClassName
{
color: #D7B066;
}
</style>
background-color css
<style>
a { background-color: #D7B066; }
a { background-color: rgb(215,176,102); }
div.DivClassName
{
background-color: #D7B066;
}
.BgClassName
{
background-color: #D7B066;
}
</style>
border-color css
<style>
span { border-color: #D7B066; }
span { border-color: rgb(215,176,102); }
td.TdClassName
{
border-color: #D7B066;
}
.TagClassName
{
border-color: #D7B066;
}
</style>