Shades of Equator #DFB668
Tints of Equator #DFB668
RGB
CMYK
RGB Variations
Color information
#DFB668 (or 0xDFB668) is known color: Equator. HEX triplet: DF, B6 and 68. RGB value is (223,182,104). Sum of RGB (Red+Green+Blue) = 223+182+104=509 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.81% from 509); Green value is 182 (71.48% from 255 or 35.76% from 509); Blue value is 104 (41.02% from 255 or 20.43% from 509); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB668 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB668 is #204997. Grayscale: #B9B9B9. Windows color (decimal): -2115992 or 6862559. OLE color: 6862559.
HSL color Cylindrical-coordinate representation of color #DFB668: hue angle of 39.33º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DFB668 is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 182 | 104 | - |
| CMYK | 0 | 0.18 | 0.53 | 0.13 |
| HSL | 39.33º | 0.65% | 0.64% | - |
| HSV(B) | 39.33º | 0.53% | 0.87% | - |
| XYZ | 49.66 | 50.14 | 20.16 | - |
| YUV | 185.37 | 82.08 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 182 | 104 | 0 | 0.18 | 0.53 | 0.13 | 39.33 | 0.65 | 0.64 |
| Hex | DF | B6 | 68 | 0 | 12 | 35 | D | 27 | 41 | 40 |
| Octal | 337 | 266 | 150 | 0 | 22 | 65 | 15 | 47 | 101 | 100 |
| Binary | 11011111 | 10110110 | 1101000 | 0 | 10010 | 110101 | 1101 | 100111 | 1000001 | 1000000 |
Color Harmonies of #DFB668
Complementary color
Monochromatic Colors of #DFB668
Black with #DFB668
Text Example
Text Example
White with #DFB668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB668; }
p { color: rgb(223,182,104); }
H1.HeaderClassName
{
color: #DFB668;
}
.AnyTagClassName
{
color: #DFB668;
}
</style>
background-color css
<style>
a { background-color: #DFB668; }
a { background-color: rgb(223,182,104); }
div.DivClassName
{
background-color: #DFB668;
}
.BgClassName
{
background-color: #DFB668;
}
</style>
border-color css
<style>
span { border-color: #DFB668; }
span { border-color: rgb(223,182,104); }
td.TdClassName
{
border-color: #DFB668;
}
.TagClassName
{
border-color: #DFB668;
}
</style>