Shades of Equator #DFB469
Tints of Equator #DFB469
RGB
CMYK
RGB Variations
Color information
#DFB469 (or 0xDFB469) is known color: Equator. HEX triplet: DF, B4 and 69. RGB value is (223,180,105). Sum of RGB (Red+Green+Blue) = 223+180+105=508 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.90% from 508); Green value is 180 (70.70% from 255 or 35.43% from 508); Blue value is 105 (41.41% from 255 or 20.67% from 508); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB469 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB469 is #204B96. Grayscale: #B8B8B8. Windows color (decimal): -2116503 or 6927583. OLE color: 6927583.
HSL color Cylindrical-coordinate representation of color #DFB469: hue angle of 38.14º 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 #DFB469 is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 180 | 105 | - |
| CMYK | 0 | 0.19 | 0.53 | 0.13 |
| HSL | 38.14º | 0.65% | 0.64% | - |
| HSV(B) | 38.14º | 0.53% | 0.87% | - |
| XYZ | 49.3 | 49.35 | 20.29 | - |
| YUV | 184.31 | 83.25 | 155.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 180 | 105 | 0 | 0.19 | 0.53 | 0.13 | 38.14 | 0.65 | 0.64 |
| Hex | DF | B4 | 69 | 0 | 13 | 35 | D | 26 | 41 | 40 |
| Octal | 337 | 264 | 151 | 0 | 23 | 65 | 15 | 46 | 101 | 100 |
| Binary | 11011111 | 10110100 | 1101001 | 0 | 10011 | 110101 | 1101 | 100110 | 1000001 | 1000000 |
Color Harmonies of #DFB469
Complementary color
Monochromatic Colors of #DFB469
Black with #DFB469
Text Example
Text Example
White with #DFB469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB469; }
p { color: rgb(223,180,105); }
H1.HeaderClassName
{
color: #DFB469;
}
.AnyTagClassName
{
color: #DFB469;
}
</style>
background-color css
<style>
a { background-color: #DFB469; }
a { background-color: rgb(223,180,105); }
div.DivClassName
{
background-color: #DFB469;
}
.BgClassName
{
background-color: #DFB469;
}
</style>
border-color css
<style>
span { border-color: #DFB469; }
span { border-color: rgb(223,180,105); }
td.TdClassName
{
border-color: #DFB469;
}
.TagClassName
{
border-color: #DFB469;
}
</style>