Shades of Flamenco #DF8B4A
Tints of Flamenco #DF8B4A
RGB
CMYK
RGB Variations
Color information
#DF8B4A (or 0xDF8B4A) is known color: Flamenco. HEX triplet: DF, 8B and 4A. RGB value is (223,139,74). Sum of RGB (Red+Green+Blue) = 223+139+74=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 139 (54.69% from 255 or 31.88% from 436); Blue value is 74 (29.30% from 255 or 16.97% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8B4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8B4A is #2074B5. Grayscale: #9D9D9D. Windows color (decimal): -2127030 or 4885471. OLE color: 4885471.
HSL color Cylindrical-coordinate representation of color #DF8B4A: hue angle of 26.17º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DF8B4A is Cyan = 0, Magento = 0.38, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 139 | 74 | - |
| CMYK | 0 | 0.38 | 0.67 | 0.13 |
| HSL | 26.17º | 0.7% | 0.58% | - |
| HSV(B) | 26.17º | 0.67% | 0.87% | - |
| XYZ | 40.9 | 34.65 | 11.01 | - |
| YUV | 156.71 | 81.33 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 139 | 74 | 0 | 0.38 | 0.67 | 0.13 | 26.17 | 0.7 | 0.58 |
| Hex | DF | 8B | 4A | 0 | 26 | 43 | D | 1A | 46 | 3A |
| Octal | 337 | 213 | 112 | 0 | 46 | 103 | 15 | 32 | 106 | 72 |
| Binary | 11011111 | 10001011 | 1001010 | 0 | 100110 | 1000011 | 1101 | 11010 | 1000110 | 111010 |
Color Harmonies of #DF8B4A
Complementary color
Monochromatic Colors of #DF8B4A
Black with #DF8B4A
Text Example
Text Example
White with #DF8B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8B4A; }
p { color: rgb(223,139,74); }
H1.HeaderClassName
{
color: #DF8B4A;
}
.AnyTagClassName
{
color: #DF8B4A;
}
</style>
background-color css
<style>
a { background-color: #DF8B4A; }
a { background-color: rgb(223,139,74); }
div.DivClassName
{
background-color: #DF8B4A;
}
.BgClassName
{
background-color: #DF8B4A;
}
</style>
border-color css
<style>
span { border-color: #DF8B4A; }
span { border-color: rgb(223,139,74); }
td.TdClassName
{
border-color: #DF8B4A;
}
.TagClassName
{
border-color: #DF8B4A;
}
</style>