Shades of Flamenco #DF8A4A
Tints of Flamenco #DF8A4A
RGB
CMYK
RGB Variations
Color information
#DF8A4A (or 0xDF8A4A) is known color: Flamenco. HEX triplet: DF, 8A and 4A. RGB value is (223,138,74). Sum of RGB (Red+Green+Blue) = 223+138+74=435 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.26% from 435); Green value is 138 (54.30% from 255 or 31.72% from 435); Blue value is 74 (29.30% from 255 or 17.01% from 435); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8A4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8A4A is #2075B5. Grayscale: #9C9C9C. Windows color (decimal): -2127286 or 4885215. OLE color: 4885215.
HSL color Cylindrical-coordinate representation of color #DF8A4A: hue angle of 25.77º 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 #DF8A4A is Cyan = 0, Magento = 0.38, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 138 | 74 | - |
| CMYK | 0 | 0.38 | 0.67 | 0.13 |
| HSL | 25.77º | 0.7% | 0.58% | - |
| HSV(B) | 25.77º | 0.67% | 0.87% | - |
| XYZ | 40.76 | 34.36 | 10.96 | - |
| YUV | 156.12 | 81.66 | 175.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 138 | 74 | 0 | 0.38 | 0.67 | 0.13 | 25.77 | 0.7 | 0.58 |
| Hex | DF | 8A | 4A | 0 | 26 | 43 | D | 1A | 46 | 3A |
| Octal | 337 | 212 | 112 | 0 | 46 | 103 | 15 | 32 | 106 | 72 |
| Binary | 11011111 | 10001010 | 1001010 | 0 | 100110 | 1000011 | 1101 | 11010 | 1000110 | 111010 |
Color Harmonies of #DF8A4A
Complementary color
Monochromatic Colors of #DF8A4A
Black with #DF8A4A
Text Example
Text Example
White with #DF8A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8A4A; }
p { color: rgb(223,138,74); }
H1.HeaderClassName
{
color: #DF8A4A;
}
.AnyTagClassName
{
color: #DF8A4A;
}
</style>
background-color css
<style>
a { background-color: #DF8A4A; }
a { background-color: rgb(223,138,74); }
div.DivClassName
{
background-color: #DF8A4A;
}
.BgClassName
{
background-color: #DF8A4A;
}
</style>
border-color css
<style>
span { border-color: #DF8A4A; }
span { border-color: rgb(223,138,74); }
td.TdClassName
{
border-color: #DF8A4A;
}
.TagClassName
{
border-color: #DF8A4A;
}
</style>