Shades of Flamenco #DF854B
Tints of Flamenco #DF854B
RGB
CMYK
RGB Variations
Color information
#DF854B (or 0xDF854B) is known color: Flamenco. HEX triplet: DF, 85 and 4B. RGB value is (223,133,75). Sum of RGB (Red+Green+Blue) = 223+133+75=431 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.74% from 431); Green value is 133 (52.34% from 255 or 30.86% from 431); Blue value is 75 (29.69% from 255 or 17.40% from 431); Max value from RGB is 223 - color contains mainly: red. Hex color #DF854B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF854B is #207AB4. Grayscale: #999999. Windows color (decimal): -2128565 or 4949471. OLE color: 4949471.
HSL color Cylindrical-coordinate representation of color #DF854B: hue angle of 23.51º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DF854B is Cyan = 0, Magento = 0.40, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 133 | 75 | - |
| CMYK | 0 | 0.40 | 0.66 | 0.13 |
| HSL | 23.51º | 0.7% | 0.58% | - |
| HSV(B) | 23.51º | 0.66% | 0.87% | - |
| XYZ | 40.09 | 32.97 | 10.91 | - |
| YUV | 153.3 | 83.82 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 133 | 75 | 0 | 0.40 | 0.66 | 0.13 | 23.51 | 0.7 | 0.58 |
| Hex | DF | 85 | 4B | 0 | 28 | 42 | D | 18 | 46 | 3A |
| Octal | 337 | 205 | 113 | 0 | 50 | 102 | 15 | 30 | 106 | 72 |
| Binary | 11011111 | 10000101 | 1001011 | 0 | 101000 | 1000010 | 1101 | 11000 | 1000110 | 111010 |
Color Harmonies of #DF854B
Complementary color
Monochromatic Colors of #DF854B
Black with #DF854B
Text Example
Text Example
White with #DF854B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF854B; }
p { color: rgb(223,133,75); }
H1.HeaderClassName
{
color: #DF854B;
}
.AnyTagClassName
{
color: #DF854B;
}
</style>
background-color css
<style>
a { background-color: #DF854B; }
a { background-color: rgb(223,133,75); }
div.DivClassName
{
background-color: #DF854B;
}
.BgClassName
{
background-color: #DF854B;
}
</style>
border-color css
<style>
span { border-color: #DF854B; }
span { border-color: rgb(223,133,75); }
td.TdClassName
{
border-color: #DF854B;
}
.TagClassName
{
border-color: #DF854B;
}
</style>