Shades of Equator #DFB664
Tints of Equator #DFB664
RGB
CMYK
RGB Variations
Color information
#DFB664 (or 0xDFB664) is known color: Equator. HEX triplet: DF, B6 and 64. RGB value is (223,182,100). Sum of RGB (Red+Green+Blue) = 223+182+100=505 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.16% from 505); Green value is 182 (71.48% from 255 or 36.04% from 505); Blue value is 100 (39.45% from 255 or 19.80% from 505); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB664 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB664 is #20499B. Grayscale: #B9B9B9. Windows color (decimal): -2115996 or 6600415. OLE color: 6600415.
HSL color Cylindrical-coordinate representation of color #DFB664: hue angle of 40º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DFB664 is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 182 | 100 | - |
| CMYK | 0 | 0.18 | 0.55 | 0.13 |
| HSL | 40º | 0.66% | 0.63% | - |
| HSV(B) | 40º | 0.55% | 0.87% | - |
| XYZ | 49.46 | 50.06 | 19.11 | - |
| YUV | 184.91 | 80.08 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 182 | 100 | 0 | 0.18 | 0.55 | 0.13 | 40 | 0.66 | 0.63 |
| Hex | DF | B6 | 64 | 0 | 12 | 37 | D | 28 | 42 | 3F |
| Octal | 337 | 266 | 144 | 0 | 22 | 67 | 15 | 50 | 102 | 77 |
| Binary | 11011111 | 10110110 | 1100100 | 0 | 10010 | 110111 | 1101 | 101000 | 1000010 | 111111 |
Color Harmonies of #DFB664
Complementary color
Monochromatic Colors of #DFB664
Black with #DFB664
Text Example
Text Example
White with #DFB664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB664; }
p { color: rgb(223,182,100); }
H1.HeaderClassName
{
color: #DFB664;
}
.AnyTagClassName
{
color: #DFB664;
}
</style>
background-color css
<style>
a { background-color: #DFB664; }
a { background-color: rgb(223,182,100); }
div.DivClassName
{
background-color: #DFB664;
}
.BgClassName
{
background-color: #DFB664;
}
</style>
border-color css
<style>
span { border-color: #DFB664; }
span { border-color: rgb(223,182,100); }
td.TdClassName
{
border-color: #DFB664;
}
.TagClassName
{
border-color: #DFB664;
}
</style>