Shades of Flamenco #DD8A48
Tints of Flamenco #DD8A48
RGB
CMYK
RGB Variations
Color information
#DD8A48 (or 0xDD8A48) is known color: Flamenco. HEX triplet: DD, 8A and 48. RGB value is (221,138,72). Sum of RGB (Red+Green+Blue) = 221+138+72=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 138 (54.30% from 255 or 32.02% from 431); Blue value is 72 (28.52% from 255 or 16.71% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8A48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8A48 is #2275B7. Grayscale: #9B9B9B. Windows color (decimal): -2258360 or 4754141. OLE color: 4754141.
HSL color Cylindrical-coordinate representation of color #DD8A48: hue angle of 26.58º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD8A48 is Cyan = 0, Magento = 0.38, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 138 | 72 | - |
| CMYK | 0 | 0.38 | 0.67 | 0.13 |
| HSL | 26.58º | 0.69% | 0.57% | - |
| HSV(B) | 26.58º | 0.67% | 0.87% | - |
| XYZ | 40.08 | 34.02 | 10.58 | - |
| YUV | 155.29 | 81 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 138 | 72 | 0 | 0.38 | 0.67 | 0.13 | 26.58 | 0.69 | 0.57 |
| Hex | DD | 8A | 48 | 0 | 26 | 43 | D | 1B | 45 | 39 |
| Octal | 335 | 212 | 110 | 0 | 46 | 103 | 15 | 33 | 105 | 71 |
| Binary | 11011101 | 10001010 | 1001000 | 0 | 100110 | 1000011 | 1101 | 11011 | 1000101 | 111001 |
Color Harmonies of #DD8A48
Complementary color
Monochromatic Colors of #DD8A48
Black with #DD8A48
Text Example
Text Example
White with #DD8A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8A48; }
p { color: rgb(221,138,72); }
H1.HeaderClassName
{
color: #DD8A48;
}
.AnyTagClassName
{
color: #DD8A48;
}
</style>
background-color css
<style>
a { background-color: #DD8A48; }
a { background-color: rgb(221,138,72); }
div.DivClassName
{
background-color: #DD8A48;
}
.BgClassName
{
background-color: #DD8A48;
}
</style>
border-color css
<style>
span { border-color: #DD8A48; }
span { border-color: rgb(221,138,72); }
td.TdClassName
{
border-color: #DD8A48;
}
.TagClassName
{
border-color: #DD8A48;
}
</style>