Shades of Equator #DFB165
Tints of Equator #DFB165
RGB
CMYK
RGB Variations
Color information
#DFB165 (or 0xDFB165) is known color: Equator. HEX triplet: DF, B1 and 65. RGB value is (223,177,101). Sum of RGB (Red+Green+Blue) = 223+177+101=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 177 (69.53% from 255 or 35.33% from 501); Blue value is 101 (39.84% from 255 or 20.16% from 501); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFB165 is #204E9A. Grayscale: #B6B6B6. Windows color (decimal): -2117275 or 6664671. OLE color: 6664671.
HSL color Cylindrical-coordinate representation of color #DFB165: hue angle of 37.38º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DFB165 is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 177 | 101 | - |
| CMYK | 0 | 0.21 | 0.55 | 0.13 |
| HSL | 37.38º | 0.66% | 0.64% | - |
| HSV(B) | 37.38º | 0.55% | 0.87% | - |
| XYZ | 48.5 | 48.07 | 19.03 | - |
| YUV | 182.09 | 82.24 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 177 | 101 | 0 | 0.21 | 0.55 | 0.13 | 37.38 | 0.66 | 0.64 |
| Hex | DF | B1 | 65 | 0 | 15 | 37 | D | 25 | 42 | 40 |
| Octal | 337 | 261 | 145 | 0 | 25 | 67 | 15 | 45 | 102 | 100 |
| Binary | 11011111 | 10110001 | 1100101 | 0 | 10101 | 110111 | 1101 | 100101 | 1000010 | 1000000 |
Color Harmonies of #DFB165
Complementary color
Monochromatic Colors of #DFB165
Black with #DFB165
Text Example
Text Example
White with #DFB165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB165; }
p { color: rgb(223,177,101); }
H1.HeaderClassName
{
color: #DFB165;
}
.AnyTagClassName
{
color: #DFB165;
}
</style>
background-color css
<style>
a { background-color: #DFB165; }
a { background-color: rgb(223,177,101); }
div.DivClassName
{
background-color: #DFB165;
}
.BgClassName
{
background-color: #DFB165;
}
</style>
border-color css
<style>
span { border-color: #DFB165; }
span { border-color: rgb(223,177,101); }
td.TdClassName
{
border-color: #DFB165;
}
.TagClassName
{
border-color: #DFB165;
}
</style>