Shades of Equator #DFB063
Tints of Equator #DFB063
RGB
CMYK
RGB Variations
Color information
#DFB063 (or 0xDFB063) is known color: Equator. HEX triplet: DF, B0 and 63. RGB value is (223,176,99). Sum of RGB (Red+Green+Blue) = 223+176+99=498 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.78% from 498); Green value is 176 (69.14% from 255 or 35.34% from 498); Blue value is 99 (39.06% from 255 or 19.88% from 498); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFB063 is #204F9C. Grayscale: #B5B5B5. Windows color (decimal): -2117533 or 6533343. OLE color: 6533343.
HSL color Cylindrical-coordinate representation of color #DFB063: hue angle of 37.26º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DFB063 is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 176 | 99 | - |
| CMYK | 0 | 0.21 | 0.56 | 0.13 |
| HSL | 37.26º | 0.66% | 0.63% | - |
| HSV(B) | 37.26º | 0.56% | 0.87% | - |
| XYZ | 48.21 | 47.64 | 18.46 | - |
| YUV | 181.28 | 81.57 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 176 | 99 | 0 | 0.21 | 0.56 | 0.13 | 37.26 | 0.66 | 0.63 |
| Hex | DF | B0 | 63 | 0 | 15 | 38 | D | 25 | 42 | 3F |
| Octal | 337 | 260 | 143 | 0 | 25 | 70 | 15 | 45 | 102 | 77 |
| Binary | 11011111 | 10110000 | 1100011 | 0 | 10101 | 111000 | 1101 | 100101 | 1000010 | 111111 |
Color Harmonies of #DFB063
Complementary color
Monochromatic Colors of #DFB063
Black with #DFB063
Text Example
Text Example
White with #DFB063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB063; }
p { color: rgb(223,176,99); }
H1.HeaderClassName
{
color: #DFB063;
}
.AnyTagClassName
{
color: #DFB063;
}
</style>
background-color css
<style>
a { background-color: #DFB063; }
a { background-color: rgb(223,176,99); }
div.DivClassName
{
background-color: #DFB063;
}
.BgClassName
{
background-color: #DFB063;
}
</style>
border-color css
<style>
span { border-color: #DFB063; }
span { border-color: rgb(223,176,99); }
td.TdClassName
{
border-color: #DFB063;
}
.TagClassName
{
border-color: #DFB063;
}
</style>