Shades of Equator #DFB869
Tints of Equator #DFB869
RGB
CMYK
RGB Variations
Color information
#DFB869 (or 0xDFB869) is known color: Equator. HEX triplet: DF, B8 and 69. RGB value is (223,184,105). Sum of RGB (Red+Green+Blue) = 223+184+105=512 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.55% from 512); Green value is 184 (72.27% from 255 or 35.94% from 512); Blue value is 105 (41.41% from 255 or 20.51% from 512); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB869 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB869 is #204796. Grayscale: #BBBBBB. Windows color (decimal): -2115479 or 6928607. OLE color: 6928607.
HSL color Cylindrical-coordinate representation of color #DFB869: hue angle of 40.17º 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 #DFB869 is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 184 | 105 | - |
| CMYK | 0 | 0.17 | 0.53 | 0.13 |
| HSL | 40.17º | 0.65% | 0.64% | - |
| HSV(B) | 40.17º | 0.53% | 0.87% | - |
| XYZ | 50.12 | 50.99 | 20.56 | - |
| YUV | 186.66 | 81.92 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 184 | 105 | 0 | 0.17 | 0.53 | 0.13 | 40.17 | 0.65 | 0.64 |
| Hex | DF | B8 | 69 | 0 | 11 | 35 | D | 28 | 41 | 40 |
| Octal | 337 | 270 | 151 | 0 | 21 | 65 | 15 | 50 | 101 | 100 |
| Binary | 11011111 | 10111000 | 1101001 | 0 | 10001 | 110101 | 1101 | 101000 | 1000001 | 1000000 |
Color Harmonies of #DFB869
Complementary color
Monochromatic Colors of #DFB869
Black with #DFB869
Text Example
Text Example
White with #DFB869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB869; }
p { color: rgb(223,184,105); }
H1.HeaderClassName
{
color: #DFB869;
}
.AnyTagClassName
{
color: #DFB869;
}
</style>
background-color css
<style>
a { background-color: #DFB869; }
a { background-color: rgb(223,184,105); }
div.DivClassName
{
background-color: #DFB869;
}
.BgClassName
{
background-color: #DFB869;
}
</style>
border-color css
<style>
span { border-color: #DFB869; }
span { border-color: rgb(223,184,105); }
td.TdClassName
{
border-color: #DFB869;
}
.TagClassName
{
border-color: #DFB869;
}
</style>