Shades of Equator #D7B66C
Tints of Equator #D7B66C
RGB
CMYK
RGB Variations
Color information
#D7B66C (or 0xD7B66C) is known color: Equator. HEX triplet: D7, B6 and 6C. RGB value is (215,182,108). Sum of RGB (Red+Green+Blue) = 215+182+108=505 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.57% from 505); Green value is 182 (71.48% from 255 or 36.04% from 505); Blue value is 108 (42.58% from 255 or 21.39% from 505); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B66C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7B66C is #284993. Grayscale: #B7B7B7. Windows color (decimal): -2640276 or 7124695. OLE color: 7124695.
HSL color Cylindrical-coordinate representation of color #D7B66C: hue angle of 41.5º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D7B66C is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 182 | 108 | - |
| CMYK | 0 | 0.15 | 0.50 | 0.16 |
| HSL | 41.5º | 0.57% | 0.63% | - |
| HSV(B) | 41.5º | 0.5% | 0.84% | - |
| XYZ | 47.46 | 48.99 | 21.14 | - |
| YUV | 183.43 | 85.43 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 182 | 108 | 0 | 0.15 | 0.50 | 0.16 | 41.5 | 0.57 | 0.63 |
| Hex | D7 | B6 | 6C | 0 | F | 32 | 10 | 29 | 39 | 3F |
| Octal | 327 | 266 | 154 | 0 | 17 | 62 | 20 | 51 | 71 | 77 |
| Binary | 11010111 | 10110110 | 1101100 | 0 | 1111 | 110010 | 10000 | 101001 | 111001 | 111111 |
Color Harmonies of #D7B66C
Complementary color
Monochromatic Colors of #D7B66C
Black with #D7B66C
Text Example
Text Example
White with #D7B66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B66C; }
p { color: rgb(215,182,108); }
H1.HeaderClassName
{
color: #D7B66C;
}
.AnyTagClassName
{
color: #D7B66C;
}
</style>
background-color css
<style>
a { background-color: #D7B66C; }
a { background-color: rgb(215,182,108); }
div.DivClassName
{
background-color: #D7B66C;
}
.BgClassName
{
background-color: #D7B66C;
}
</style>
border-color css
<style>
span { border-color: #D7B66C; }
span { border-color: rgb(215,182,108); }
td.TdClassName
{
border-color: #D7B66C;
}
.TagClassName
{
border-color: #D7B66C;
}
</style>