Shades of Flamenco #DD8B4E
Tints of Flamenco #DD8B4E
RGB
CMYK
RGB Variations
Color information
#DD8B4E (or 0xDD8B4E) is known color: Flamenco. HEX triplet: DD, 8B and 4E. RGB value is (221,139,78). Sum of RGB (Red+Green+Blue) = 221+139+78=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 139 (54.69% from 255 or 31.74% from 438); Blue value is 78 (30.86% from 255 or 17.81% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8B4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8B4E is #2274B1. Grayscale: #9C9C9C. Windows color (decimal): -2258098 or 5147613. OLE color: 5147613.
HSL color Cylindrical-coordinate representation of color #DD8B4E: hue angle of 25.59º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DD8B4E is Cyan = 0, Magento = 0.37, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 139 | 78 | - |
| CMYK | 0 | 0.37 | 0.65 | 0.13 |
| HSL | 25.59º | 0.68% | 0.59% | - |
| HSV(B) | 25.59º | 0.65% | 0.87% | - |
| XYZ | 40.43 | 34.39 | 11.71 | - |
| YUV | 156.56 | 83.67 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 139 | 78 | 0 | 0.37 | 0.65 | 0.13 | 25.59 | 0.68 | 0.59 |
| Hex | DD | 8B | 4E | 0 | 25 | 41 | D | 1A | 44 | 3B |
| Octal | 335 | 213 | 116 | 0 | 45 | 101 | 15 | 32 | 104 | 73 |
| Binary | 11011101 | 10001011 | 1001110 | 0 | 100101 | 1000001 | 1101 | 11010 | 1000100 | 111011 |
Color Harmonies of #DD8B4E
Complementary color
Monochromatic Colors of #DD8B4E
Black with #DD8B4E
Text Example
Text Example
White with #DD8B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8B4E; }
p { color: rgb(221,139,78); }
H1.HeaderClassName
{
color: #DD8B4E;
}
.AnyTagClassName
{
color: #DD8B4E;
}
</style>
background-color css
<style>
a { background-color: #DD8B4E; }
a { background-color: rgb(221,139,78); }
div.DivClassName
{
background-color: #DD8B4E;
}
.BgClassName
{
background-color: #DD8B4E;
}
</style>
border-color css
<style>
span { border-color: #DD8B4E; }
span { border-color: rgb(221,139,78); }
td.TdClassName
{
border-color: #DD8B4E;
}
.TagClassName
{
border-color: #DD8B4E;
}
</style>