Shades of Equator #D6B564
Tints of Equator #D6B564
RGB
CMYK
RGB Variations
Color information
#D6B564 (or 0xD6B564) is known color: Equator. HEX triplet: D6, B5 and 64. RGB value is (214,181,100). Sum of RGB (Red+Green+Blue) = 214+181+100=495 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.23% from 495); Green value is 181 (71.09% from 255 or 36.57% from 495); Blue value is 100 (39.45% from 255 or 20.20% from 495); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B564 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B564 is #294A9B. Grayscale: #B5B5B5. Windows color (decimal): -2706076 or 6600150. OLE color: 6600150.
HSL color Cylindrical-coordinate representation of color #D6B564: hue angle of 42.63º degrees, saturation: 0.58, 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 #D6B564 is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 181 | 100 | - |
| CMYK | 0 | 0.15 | 0.53 | 0.16 |
| HSL | 42.63º | 0.58% | 0.62% | - |
| HSV(B) | 42.63º | 0.53% | 0.84% | - |
| XYZ | 46.56 | 48.26 | 18.92 | - |
| YUV | 181.63 | 81.93 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 181 | 100 | 0 | 0.15 | 0.53 | 0.16 | 42.63 | 0.58 | 0.62 |
| Hex | D6 | B5 | 64 | 0 | F | 35 | 10 | 2B | 3A | 3E |
| Octal | 326 | 265 | 144 | 0 | 17 | 65 | 20 | 53 | 72 | 76 |
| Binary | 11010110 | 10110101 | 1100100 | 0 | 1111 | 110101 | 10000 | 101011 | 111010 | 111110 |
Color Harmonies of #D6B564
Complementary color
Monochromatic Colors of #D6B564
Black with #D6B564
Text Example
Text Example
White with #D6B564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B564; }
p { color: rgb(214,181,100); }
H1.HeaderClassName
{
color: #D6B564;
}
.AnyTagClassName
{
color: #D6B564;
}
</style>
background-color css
<style>
a { background-color: #D6B564; }
a { background-color: rgb(214,181,100); }
div.DivClassName
{
background-color: #D6B564;
}
.BgClassName
{
background-color: #D6B564;
}
</style>
border-color css
<style>
span { border-color: #D6B564; }
span { border-color: rgb(214,181,100); }
td.TdClassName
{
border-color: #D6B564;
}
.TagClassName
{
border-color: #D6B564;
}
</style>