Shades of Equator #D3B161
Tints of Equator #D3B161
RGB
CMYK
RGB Variations
Color information
#D3B161 (or 0xD3B161) is known color: Equator. HEX triplet: D3, B1 and 61. RGB value is (211,177,97). Sum of RGB (Red+Green+Blue) = 211+177+97=485 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.51% from 485); Green value is 177 (69.53% from 255 or 36.49% from 485); Blue value is 97 (38.28% from 255 or 20% from 485); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B161 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3B161 is #2C4E9E. Grayscale: #B2B2B2. Windows color (decimal): -2903711 or 6402515. OLE color: 6402515.
HSL color Cylindrical-coordinate representation of color #D3B161: hue angle of 42.11º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D3B161 is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 177 | 97 | - |
| CMYK | 0 | 0.16 | 0.54 | 0.17 |
| HSL | 42.11º | 0.56% | 0.6% | - |
| HSV(B) | 42.11º | 0.54% | 0.83% | - |
| XYZ | 44.74 | 46.16 | 17.86 | - |
| YUV | 178.05 | 82.26 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 177 | 97 | 0 | 0.16 | 0.54 | 0.17 | 42.11 | 0.56 | 0.6 |
| Hex | D3 | B1 | 61 | 0 | 10 | 36 | 11 | 2A | 38 | 3C |
| Octal | 323 | 261 | 141 | 0 | 20 | 66 | 21 | 52 | 70 | 74 |
| Binary | 11010011 | 10110001 | 1100001 | 0 | 10000 | 110110 | 10001 | 101010 | 111000 | 111100 |
Color Harmonies of #D3B161
Complementary color
Monochromatic Colors of #D3B161
Black with #D3B161
Text Example
Text Example
White with #D3B161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B161; }
p { color: rgb(211,177,97); }
H1.HeaderClassName
{
color: #D3B161;
}
.AnyTagClassName
{
color: #D3B161;
}
</style>
background-color css
<style>
a { background-color: #D3B161; }
a { background-color: rgb(211,177,97); }
div.DivClassName
{
background-color: #D3B161;
}
.BgClassName
{
background-color: #D3B161;
}
</style>
border-color css
<style>
span { border-color: #D3B161; }
span { border-color: rgb(211,177,97); }
td.TdClassName
{
border-color: #D3B161;
}
.TagClassName
{
border-color: #D3B161;
}
</style>