Shades of Equator #DFB066
Tints of Equator #DFB066
RGB
CMYK
RGB Variations
Color information
#DFB066 (or 0xDFB066) is known color: Equator. HEX triplet: DF, B0 and 66. RGB value is (223,176,102). Sum of RGB (Red+Green+Blue) = 223+176+102=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 176 (69.14% from 255 or 35.13% from 501); Blue value is 102 (40.23% from 255 or 20.36% from 501); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFB066 is #204F99. Grayscale: #B5B5B5. Windows color (decimal): -2117530 or 6729951. OLE color: 6729951.
HSL color Cylindrical-coordinate representation of color #DFB066: hue angle of 36.69º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DFB066 is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 176 | 102 | - |
| CMYK | 0 | 0.21 | 0.54 | 0.13 |
| HSL | 36.69º | 0.65% | 0.64% | - |
| HSV(B) | 36.69º | 0.54% | 0.87% | - |
| XYZ | 48.36 | 47.7 | 19.23 | - |
| YUV | 181.62 | 83.07 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 176 | 102 | 0 | 0.21 | 0.54 | 0.13 | 36.69 | 0.65 | 0.64 |
| Hex | DF | B0 | 66 | 0 | 15 | 36 | D | 25 | 41 | 40 |
| Octal | 337 | 260 | 146 | 0 | 25 | 66 | 15 | 45 | 101 | 100 |
| Binary | 11011111 | 10110000 | 1100110 | 0 | 10101 | 110110 | 1101 | 100101 | 1000001 | 1000000 |
Color Harmonies of #DFB066
Complementary color
Monochromatic Colors of #DFB066
Black with #DFB066
Text Example
Text Example
White with #DFB066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB066; }
p { color: rgb(223,176,102); }
H1.HeaderClassName
{
color: #DFB066;
}
.AnyTagClassName
{
color: #DFB066;
}
</style>
background-color css
<style>
a { background-color: #DFB066; }
a { background-color: rgb(223,176,102); }
div.DivClassName
{
background-color: #DFB066;
}
.BgClassName
{
background-color: #DFB066;
}
</style>
border-color css
<style>
span { border-color: #DFB066; }
span { border-color: rgb(223,176,102); }
td.TdClassName
{
border-color: #DFB066;
}
.TagClassName
{
border-color: #DFB066;
}
</style>