Shades of Equator #D3B066
Tints of Equator #D3B066
RGB
CMYK
RGB Variations
Color information
#D3B066 (or 0xD3B066) is known color: Equator. HEX triplet: D3, B0 and 66. RGB value is (211,176,102). Sum of RGB (Red+Green+Blue) = 211+176+102=489 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.15% from 489); Green value is 176 (69.14% from 255 or 35.99% from 489); Blue value is 102 (40.23% from 255 or 20.86% from 489); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3B066 is #2C4F99. Grayscale: #B2B2B2. Windows color (decimal): -2903962 or 6729939. OLE color: 6729939.
HSL color Cylindrical-coordinate representation of color #D3B066: hue angle of 40.73º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D3B066 is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 176 | 102 | - |
| CMYK | 0 | 0.17 | 0.52 | 0.17 |
| HSL | 40.73º | 0.55% | 0.61% | - |
| HSV(B) | 40.73º | 0.52% | 0.83% | - |
| XYZ | 44.79 | 45.86 | 19.06 | - |
| YUV | 178.03 | 85.1 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 176 | 102 | 0 | 0.17 | 0.52 | 0.17 | 40.73 | 0.55 | 0.61 |
| Hex | D3 | B0 | 66 | 0 | 11 | 34 | 11 | 29 | 37 | 3D |
| Octal | 323 | 260 | 146 | 0 | 21 | 64 | 21 | 51 | 67 | 75 |
| Binary | 11010011 | 10110000 | 1100110 | 0 | 10001 | 110100 | 10001 | 101001 | 110111 | 111101 |
Color Harmonies of #D3B066
Complementary color
Monochromatic Colors of #D3B066
Black with #D3B066
Text Example
Text Example
White with #D3B066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B066; }
p { color: rgb(211,176,102); }
H1.HeaderClassName
{
color: #D3B066;
}
.AnyTagClassName
{
color: #D3B066;
}
</style>
background-color css
<style>
a { background-color: #D3B066; }
a { background-color: rgb(211,176,102); }
div.DivClassName
{
background-color: #D3B066;
}
.BgClassName
{
background-color: #D3B066;
}
</style>
border-color css
<style>
span { border-color: #D3B066; }
span { border-color: rgb(211,176,102); }
td.TdClassName
{
border-color: #D3B066;
}
.TagClassName
{
border-color: #D3B066;
}
</style>