Shades of Equator #DFB161
Tints of Equator #DFB161
RGB
CMYK
RGB Variations
Color information
#DFB161 (or 0xDFB161) is known color: Equator. HEX triplet: DF, B1 and 61. RGB value is (223,177,97). Sum of RGB (Red+Green+Blue) = 223+177+97=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 177 (69.53% from 255 or 35.61% from 497); Blue value is 97 (38.28% from 255 or 19.52% from 497); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB161 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFB161 is #204E9E. Grayscale: #B5B5B5. Windows color (decimal): -2117279 or 6402527. OLE color: 6402527.
HSL color Cylindrical-coordinate representation of color #DFB161: hue angle of 38.1º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DFB161 is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 177 | 97 | - |
| CMYK | 0 | 0.21 | 0.57 | 0.13 |
| HSL | 38.1º | 0.66% | 0.63% | - |
| HSV(B) | 38.1º | 0.57% | 0.87% | - |
| XYZ | 48.31 | 48 | 18.03 | - |
| YUV | 181.63 | 80.24 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 177 | 97 | 0 | 0.21 | 0.57 | 0.13 | 38.1 | 0.66 | 0.63 |
| Hex | DF | B1 | 61 | 0 | 15 | 39 | D | 26 | 42 | 3F |
| Octal | 337 | 261 | 141 | 0 | 25 | 71 | 15 | 46 | 102 | 77 |
| Binary | 11011111 | 10110001 | 1100001 | 0 | 10101 | 111001 | 1101 | 100110 | 1000010 | 111111 |
Color Harmonies of #DFB161
Complementary color
Monochromatic Colors of #DFB161
Black with #DFB161
Text Example
Text Example
White with #DFB161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB161; }
p { color: rgb(223,177,97); }
H1.HeaderClassName
{
color: #DFB161;
}
.AnyTagClassName
{
color: #DFB161;
}
</style>
background-color css
<style>
a { background-color: #DFB161; }
a { background-color: rgb(223,177,97); }
div.DivClassName
{
background-color: #DFB161;
}
.BgClassName
{
background-color: #DFB161;
}
</style>
border-color css
<style>
span { border-color: #DFB161; }
span { border-color: rgb(223,177,97); }
td.TdClassName
{
border-color: #DFB161;
}
.TagClassName
{
border-color: #DFB161;
}
</style>