Shades of Equator #DFB164
Tints of Equator #DFB164
RGB
CMYK
RGB Variations
Color information
#DFB164 (or 0xDFB164) is known color: Equator. HEX triplet: DF, B1 and 64. RGB value is (223,177,100). Sum of RGB (Red+Green+Blue) = 223+177+100=500 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.6% from 500); Green value is 177 (69.53% from 255 or 35.4% from 500); Blue value is 100 (39.45% from 255 or 20% from 500); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB164 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFB164 is #204E9B. Grayscale: #B6B6B6. Windows color (decimal): -2117276 or 6599135. OLE color: 6599135.
HSL color Cylindrical-coordinate representation of color #DFB164: hue angle of 37.56º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DFB164 is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 177 | 100 | - |
| CMYK | 0 | 0.21 | 0.55 | 0.13 |
| HSL | 37.56º | 0.66% | 0.63% | - |
| HSV(B) | 37.56º | 0.55% | 0.87% | - |
| XYZ | 48.45 | 48.05 | 18.78 | - |
| YUV | 181.98 | 81.74 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 177 | 100 | 0 | 0.21 | 0.55 | 0.13 | 37.56 | 0.66 | 0.63 |
| Hex | DF | B1 | 64 | 0 | 15 | 37 | D | 26 | 42 | 3F |
| Octal | 337 | 261 | 144 | 0 | 25 | 67 | 15 | 46 | 102 | 77 |
| Binary | 11011111 | 10110001 | 1100100 | 0 | 10101 | 110111 | 1101 | 100110 | 1000010 | 111111 |
Color Harmonies of #DFB164
Complementary color
Monochromatic Colors of #DFB164
Black with #DFB164
Text Example
Text Example
White with #DFB164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB164; }
p { color: rgb(223,177,100); }
H1.HeaderClassName
{
color: #DFB164;
}
.AnyTagClassName
{
color: #DFB164;
}
</style>
background-color css
<style>
a { background-color: #DFB164; }
a { background-color: rgb(223,177,100); }
div.DivClassName
{
background-color: #DFB164;
}
.BgClassName
{
background-color: #DFB164;
}
</style>
border-color css
<style>
span { border-color: #DFB164; }
span { border-color: rgb(223,177,100); }
td.TdClassName
{
border-color: #DFB164;
}
.TagClassName
{
border-color: #DFB164;
}
</style>