Shades of Equator #D1B065
Tints of Equator #D1B065
RGB
CMYK
RGB Variations
Color information
#D1B065 (or 0xD1B065) is known color: Equator. HEX triplet: D1, B0 and 65. RGB value is (209,176,101). Sum of RGB (Red+Green+Blue) = 209+176+101=486 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.00% from 486); Green value is 176 (69.14% from 255 or 36.21% from 486); Blue value is 101 (39.84% from 255 or 20.78% from 486); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B065 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1B065 is #2E4F9A. Grayscale: #B1B1B1. Windows color (decimal): -3035035 or 6664401. OLE color: 6664401.
HSL color Cylindrical-coordinate representation of color #D1B065: hue angle of 41.67º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D1B065 is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 176 | 101 | - |
| CMYK | 0 | 0.16 | 0.52 | 0.18 |
| HSL | 41.67º | 0.54% | 0.61% | - |
| HSV(B) | 41.67º | 0.52% | 0.82% | - |
| XYZ | 44.17 | 45.55 | 18.78 | - |
| YUV | 177.32 | 84.93 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 176 | 101 | 0 | 0.16 | 0.52 | 0.18 | 41.67 | 0.54 | 0.61 |
| Hex | D1 | B0 | 65 | 0 | 10 | 34 | 12 | 2A | 36 | 3D |
| Octal | 321 | 260 | 145 | 0 | 20 | 64 | 22 | 52 | 66 | 75 |
| Binary | 11010001 | 10110000 | 1100101 | 0 | 10000 | 110100 | 10010 | 101010 | 110110 | 111101 |
Color Harmonies of #D1B065
Complementary color
Monochromatic Colors of #D1B065
Black with #D1B065
Text Example
Text Example
White with #D1B065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B065; }
p { color: rgb(209,176,101); }
H1.HeaderClassName
{
color: #D1B065;
}
.AnyTagClassName
{
color: #D1B065;
}
</style>
background-color css
<style>
a { background-color: #D1B065; }
a { background-color: rgb(209,176,101); }
div.DivClassName
{
background-color: #D1B065;
}
.BgClassName
{
background-color: #D1B065;
}
</style>
border-color css
<style>
span { border-color: #D1B065; }
span { border-color: rgb(209,176,101); }
td.TdClassName
{
border-color: #D1B065;
}
.TagClassName
{
border-color: #D1B065;
}
</style>