Shades of Equator #D3B366
Tints of Equator #D3B366
RGB
CMYK
RGB Variations
Color information
#D3B366 (or 0xD3B366) is known color: Equator. HEX triplet: D3, B3 and 66. RGB value is (211,179,102). Sum of RGB (Red+Green+Blue) = 211+179+102=492 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.89% from 492); Green value is 179 (70.31% from 255 or 36.38% from 492); Blue value is 102 (40.23% from 255 or 20.73% from 492); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B366 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3B366 is #2C4C99. Grayscale: #B4B4B4. Windows color (decimal): -2903194 or 6730707. OLE color: 6730707.
HSL color Cylindrical-coordinate representation of color #D3B366: hue angle of 42.39º 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 #D3B366 is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 179 | 102 | - |
| CMYK | 0 | 0.15 | 0.52 | 0.17 |
| HSL | 42.39º | 0.55% | 0.61% | - |
| HSV(B) | 42.39º | 0.52% | 0.83% | - |
| XYZ | 45.38 | 47.05 | 19.26 | - |
| YUV | 179.79 | 84.1 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 179 | 102 | 0 | 0.15 | 0.52 | 0.17 | 42.39 | 0.55 | 0.61 |
| Hex | D3 | B3 | 66 | 0 | F | 34 | 11 | 2A | 37 | 3D |
| Octal | 323 | 263 | 146 | 0 | 17 | 64 | 21 | 52 | 67 | 75 |
| Binary | 11010011 | 10110011 | 1100110 | 0 | 1111 | 110100 | 10001 | 101010 | 110111 | 111101 |
Color Harmonies of #D3B366
Complementary color
Monochromatic Colors of #D3B366
Black with #D3B366
Text Example
Text Example
White with #D3B366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B366; }
p { color: rgb(211,179,102); }
H1.HeaderClassName
{
color: #D3B366;
}
.AnyTagClassName
{
color: #D3B366;
}
</style>
background-color css
<style>
a { background-color: #D3B366; }
a { background-color: rgb(211,179,102); }
div.DivClassName
{
background-color: #D3B366;
}
.BgClassName
{
background-color: #D3B366;
}
</style>
border-color css
<style>
span { border-color: #D3B366; }
span { border-color: rgb(211,179,102); }
td.TdClassName
{
border-color: #D3B366;
}
.TagClassName
{
border-color: #D3B366;
}
</style>