Shades of Equator #DFB266
Tints of Equator #DFB266
RGB
CMYK
RGB Variations
Color information
#DFB266 (or 0xDFB266) is known color: Equator. HEX triplet: DF, B2 and 66. RGB value is (223,178,102). Sum of RGB (Red+Green+Blue) = 223+178+102=503 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.33% from 503); Green value is 178 (69.92% from 255 or 35.39% from 503); Blue value is 102 (40.23% from 255 or 20.28% from 503); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFB266 is #204D99. Grayscale: #B7B7B7. Windows color (decimal): -2117018 or 6730463. OLE color: 6730463.
HSL color Cylindrical-coordinate representation of color #DFB266: hue angle of 37.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 #DFB266 is Cyan = 0, Magento = 0.20, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 178 | 102 | - |
| CMYK | 0 | 0.20 | 0.54 | 0.13 |
| HSL | 37.69º | 0.65% | 0.64% | - |
| HSV(B) | 37.69º | 0.54% | 0.87% | - |
| XYZ | 48.75 | 48.49 | 19.36 | - |
| YUV | 182.79 | 82.41 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 178 | 102 | 0 | 0.20 | 0.54 | 0.13 | 37.69 | 0.65 | 0.64 |
| Hex | DF | B2 | 66 | 0 | 14 | 36 | D | 26 | 41 | 40 |
| Octal | 337 | 262 | 146 | 0 | 24 | 66 | 15 | 46 | 101 | 100 |
| Binary | 11011111 | 10110010 | 1100110 | 0 | 10100 | 110110 | 1101 | 100110 | 1000001 | 1000000 |
Color Harmonies of #DFB266
Complementary color
Monochromatic Colors of #DFB266
Black with #DFB266
Text Example
Text Example
White with #DFB266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB266; }
p { color: rgb(223,178,102); }
H1.HeaderClassName
{
color: #DFB266;
}
.AnyTagClassName
{
color: #DFB266;
}
</style>
background-color css
<style>
a { background-color: #DFB266; }
a { background-color: rgb(223,178,102); }
div.DivClassName
{
background-color: #DFB266;
}
.BgClassName
{
background-color: #DFB266;
}
</style>
border-color css
<style>
span { border-color: #DFB266; }
span { border-color: rgb(223,178,102); }
td.TdClassName
{
border-color: #DFB266;
}
.TagClassName
{
border-color: #DFB266;
}
</style>