Shades of Equator #D9B161
Tints of Equator #D9B161
RGB
CMYK
RGB Variations
Color information
#D9B161 (or 0xD9B161) is known color: Equator. HEX triplet: D9, B1 and 61. RGB value is (217,177,97). Sum of RGB (Red+Green+Blue) = 217+177+97=491 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.20% from 491); Green value is 177 (69.53% from 255 or 36.05% from 491); Blue value is 97 (38.28% from 255 or 19.76% from 491); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B161 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9B161 is #264E9E. Grayscale: #B4B4B4. Windows color (decimal): -2510495 or 6402521. OLE color: 6402521.
HSL color Cylindrical-coordinate representation of color #D9B161: hue angle of 40º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D9B161 is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 177 | 97 | - |
| CMYK | 0 | 0.18 | 0.55 | 0.15 |
| HSL | 40º | 0.61% | 0.62% | - |
| HSV(B) | 40º | 0.55% | 0.85% | - |
| XYZ | 46.5 | 47.06 | 17.94 | - |
| YUV | 179.84 | 81.25 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 177 | 97 | 0 | 0.18 | 0.55 | 0.15 | 40 | 0.61 | 0.62 |
| Hex | D9 | B1 | 61 | 0 | 12 | 37 | F | 28 | 3D | 3E |
| Octal | 331 | 261 | 141 | 0 | 22 | 67 | 17 | 50 | 75 | 76 |
| Binary | 11011001 | 10110001 | 1100001 | 0 | 10010 | 110111 | 1111 | 101000 | 111101 | 111110 |
Color Harmonies of #D9B161
Complementary color
Monochromatic Colors of #D9B161
Black with #D9B161
Text Example
Text Example
White with #D9B161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B161; }
p { color: rgb(217,177,97); }
H1.HeaderClassName
{
color: #D9B161;
}
.AnyTagClassName
{
color: #D9B161;
}
</style>
background-color css
<style>
a { background-color: #D9B161; }
a { background-color: rgb(217,177,97); }
div.DivClassName
{
background-color: #D9B161;
}
.BgClassName
{
background-color: #D9B161;
}
</style>
border-color css
<style>
span { border-color: #D9B161; }
span { border-color: rgb(217,177,97); }
td.TdClassName
{
border-color: #D9B161;
}
.TagClassName
{
border-color: #D9B161;
}
</style>