Shades of Equator #DFB663
Tints of Equator #DFB663
RGB
CMYK
RGB Variations
Color information
#DFB663 (or 0xDFB663) is known color: Equator. HEX triplet: DF, B6 and 63. RGB value is (223,182,99). Sum of RGB (Red+Green+Blue) = 223+182+99=504 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.25% from 504); Green value is 182 (71.48% from 255 or 36.11% from 504); Blue value is 99 (39.06% from 255 or 19.64% from 504); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB663 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB663 is #20499C. Grayscale: #B9B9B9. Windows color (decimal): -2115997 or 6534879. OLE color: 6534879.
HSL color Cylindrical-coordinate representation of color #DFB663: hue angle of 40.16º 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 #DFB663 is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 182 | 99 | - |
| CMYK | 0 | 0.18 | 0.56 | 0.13 |
| HSL | 40.16º | 0.66% | 0.63% | - |
| HSV(B) | 40.16º | 0.56% | 0.87% | - |
| XYZ | 49.41 | 50.04 | 18.86 | - |
| YUV | 184.8 | 79.58 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 182 | 99 | 0 | 0.18 | 0.56 | 0.13 | 40.16 | 0.66 | 0.63 |
| Hex | DF | B6 | 63 | 0 | 12 | 38 | D | 28 | 42 | 3F |
| Octal | 337 | 266 | 143 | 0 | 22 | 70 | 15 | 50 | 102 | 77 |
| Binary | 11011111 | 10110110 | 1100011 | 0 | 10010 | 111000 | 1101 | 101000 | 1000010 | 111111 |
Color Harmonies of #DFB663
Complementary color
Monochromatic Colors of #DFB663
Black with #DFB663
Text Example
Text Example
White with #DFB663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB663; }
p { color: rgb(223,182,99); }
H1.HeaderClassName
{
color: #DFB663;
}
.AnyTagClassName
{
color: #DFB663;
}
</style>
background-color css
<style>
a { background-color: #DFB663; }
a { background-color: rgb(223,182,99); }
div.DivClassName
{
background-color: #DFB663;
}
.BgClassName
{
background-color: #DFB663;
}
</style>
border-color css
<style>
span { border-color: #DFB663; }
span { border-color: rgb(223,182,99); }
td.TdClassName
{
border-color: #DFB663;
}
.TagClassName
{
border-color: #DFB663;
}
</style>