Shades of Equator #DFB065
Tints of Equator #DFB065
RGB
CMYK
RGB Variations
Color information
#DFB065 (or 0xDFB065) is known color: Equator. HEX triplet: DF, B0 and 65. RGB value is (223,176,101). Sum of RGB (Red+Green+Blue) = 223+176+101=500 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.6% from 500); Green value is 176 (69.14% from 255 or 35.2% from 500); Blue value is 101 (39.84% from 255 or 20.2% from 500); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB065 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFB065 is #204F9A. Grayscale: #B5B5B5. Windows color (decimal): -2117531 or 6664415. OLE color: 6664415.
HSL color Cylindrical-coordinate representation of color #DFB065: hue angle of 36.89º 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 #DFB065 is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 176 | 101 | - |
| CMYK | 0 | 0.21 | 0.55 | 0.13 |
| HSL | 36.89º | 0.66% | 0.64% | - |
| HSV(B) | 36.89º | 0.55% | 0.87% | - |
| XYZ | 48.31 | 47.68 | 18.97 | - |
| YUV | 181.5 | 82.57 | 157.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 176 | 101 | 0 | 0.21 | 0.55 | 0.13 | 36.89 | 0.66 | 0.64 |
| Hex | DF | B0 | 65 | 0 | 15 | 37 | D | 25 | 42 | 40 |
| Octal | 337 | 260 | 145 | 0 | 25 | 67 | 15 | 45 | 102 | 100 |
| Binary | 11011111 | 10110000 | 1100101 | 0 | 10101 | 110111 | 1101 | 100101 | 1000010 | 1000000 |
Color Harmonies of #DFB065
Complementary color
Monochromatic Colors of #DFB065
Black with #DFB065
Text Example
Text Example
White with #DFB065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB065; }
p { color: rgb(223,176,101); }
H1.HeaderClassName
{
color: #DFB065;
}
.AnyTagClassName
{
color: #DFB065;
}
</style>
background-color css
<style>
a { background-color: #DFB065; }
a { background-color: rgb(223,176,101); }
div.DivClassName
{
background-color: #DFB065;
}
.BgClassName
{
background-color: #DFB065;
}
</style>
border-color css
<style>
span { border-color: #DFB065; }
span { border-color: rgb(223,176,101); }
td.TdClassName
{
border-color: #DFB065;
}
.TagClassName
{
border-color: #DFB065;
}
</style>