Shades of Equator #D5B066
Tints of Equator #D5B066
RGB
CMYK
RGB Variations
Color information
#D5B066 (or 0xD5B066) is known color: Equator. HEX triplet: D5, B0 and 66. RGB value is (213,176,102). Sum of RGB (Red+Green+Blue) = 213+176+102=491 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.38% from 491); Green value is 176 (69.14% from 255 or 35.85% from 491); Blue value is 102 (40.23% from 255 or 20.77% from 491); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5B066 is #2A4F99. Grayscale: #B2B2B2. Windows color (decimal): -2772890 or 6729941. OLE color: 6729941.
HSL color Cylindrical-coordinate representation of color #D5B066: hue angle of 40º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D5B066 is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 176 | 102 | - |
| CMYK | 0 | 0.17 | 0.52 | 0.16 |
| HSL | 40º | 0.57% | 0.62% | - |
| HSV(B) | 40º | 0.52% | 0.84% | - |
| XYZ | 45.36 | 46.16 | 19.09 | - |
| YUV | 178.63 | 84.76 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 176 | 102 | 0 | 0.17 | 0.52 | 0.16 | 40 | 0.57 | 0.62 |
| Hex | D5 | B0 | 66 | 0 | 11 | 34 | 10 | 28 | 39 | 3E |
| Octal | 325 | 260 | 146 | 0 | 21 | 64 | 20 | 50 | 71 | 76 |
| Binary | 11010101 | 10110000 | 1100110 | 0 | 10001 | 110100 | 10000 | 101000 | 111001 | 111110 |
Color Harmonies of #D5B066
Complementary color
Monochromatic Colors of #D5B066
Black with #D5B066
Text Example
Text Example
White with #D5B066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B066; }
p { color: rgb(213,176,102); }
H1.HeaderClassName
{
color: #D5B066;
}
.AnyTagClassName
{
color: #D5B066;
}
</style>
background-color css
<style>
a { background-color: #D5B066; }
a { background-color: rgb(213,176,102); }
div.DivClassName
{
background-color: #D5B066;
}
.BgClassName
{
background-color: #D5B066;
}
</style>
border-color css
<style>
span { border-color: #D5B066; }
span { border-color: rgb(213,176,102); }
td.TdClassName
{
border-color: #D5B066;
}
.TagClassName
{
border-color: #D5B066;
}
</style>