Shades of Equator #D1B061
Tints of Equator #D1B061
RGB
CMYK
RGB Variations
Color information
#D1B061 (or 0xD1B061) is known color: Equator. HEX triplet: D1, B0 and 61. RGB value is (209,176,97). Sum of RGB (Red+Green+Blue) = 209+176+97=482 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.36% from 482); Green value is 176 (69.14% from 255 or 36.51% from 482); Blue value is 97 (38.28% from 255 or 20.12% from 482); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1B061 is #2E4F9E. Grayscale: #B1B1B1. Windows color (decimal): -3035039 or 6402257. OLE color: 6402257.
HSL color Cylindrical-coordinate representation of color #D1B061: hue angle of 42.32º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D1B061 is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 176 | 97 | - |
| CMYK | 0 | 0.16 | 0.54 | 0.18 |
| HSL | 42.32º | 0.55% | 0.6% | - |
| HSV(B) | 42.32º | 0.54% | 0.82% | - |
| XYZ | 43.98 | 45.47 | 17.77 | - |
| YUV | 176.86 | 82.93 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 176 | 97 | 0 | 0.16 | 0.54 | 0.18 | 42.32 | 0.55 | 0.6 |
| Hex | D1 | B0 | 61 | 0 | 10 | 36 | 12 | 2A | 37 | 3C |
| Octal | 321 | 260 | 141 | 0 | 20 | 66 | 22 | 52 | 67 | 74 |
| Binary | 11010001 | 10110000 | 1100001 | 0 | 10000 | 110110 | 10010 | 101010 | 110111 | 111100 |
Color Harmonies of #D1B061
Complementary color
Monochromatic Colors of #D1B061
Black with #D1B061
Text Example
Text Example
White with #D1B061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B061; }
p { color: rgb(209,176,97); }
H1.HeaderClassName
{
color: #D1B061;
}
.AnyTagClassName
{
color: #D1B061;
}
</style>
background-color css
<style>
a { background-color: #D1B061; }
a { background-color: rgb(209,176,97); }
div.DivClassName
{
background-color: #D1B061;
}
.BgClassName
{
background-color: #D1B061;
}
</style>
border-color css
<style>
span { border-color: #D1B061; }
span { border-color: rgb(209,176,97); }
td.TdClassName
{
border-color: #D1B061;
}
.TagClassName
{
border-color: #D1B061;
}
</style>