Shades of Flamenco #DD854B
Tints of Flamenco #DD854B
RGB
CMYK
RGB Variations
Color information
#DD854B (or 0xDD854B) is known color: Flamenco. HEX triplet: DD, 85 and 4B. RGB value is (221,133,75). Sum of RGB (Red+Green+Blue) = 221+133+75=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 133 (52.34% from 255 or 31.00% from 429); Blue value is 75 (29.69% from 255 or 17.48% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD854B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD854B is #227AB4. Grayscale: #999999. Windows color (decimal): -2259637 or 4949469. OLE color: 4949469.
HSL color Cylindrical-coordinate representation of color #DD854B: hue angle of 23.84º degrees, saturation: 0.68, 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 #DD854B is Cyan = 0, Magento = 0.40, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 133 | 75 | - |
| CMYK | 0 | 0.40 | 0.66 | 0.13 |
| HSL | 23.84º | 0.68% | 0.58% | - |
| HSV(B) | 23.84º | 0.66% | 0.87% | - |
| XYZ | 39.48 | 32.66 | 10.88 | - |
| YUV | 152.7 | 84.15 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 133 | 75 | 0 | 0.40 | 0.66 | 0.13 | 23.84 | 0.68 | 0.58 |
| Hex | DD | 85 | 4B | 0 | 28 | 42 | D | 18 | 44 | 3A |
| Octal | 335 | 205 | 113 | 0 | 50 | 102 | 15 | 30 | 104 | 72 |
| Binary | 11011101 | 10000101 | 1001011 | 0 | 101000 | 1000010 | 1101 | 11000 | 1000100 | 111010 |
Color Harmonies of #DD854B
Complementary color
Monochromatic Colors of #DD854B
Black with #DD854B
Text Example
Text Example
White with #DD854B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD854B; }
p { color: rgb(221,133,75); }
H1.HeaderClassName
{
color: #DD854B;
}
.AnyTagClassName
{
color: #DD854B;
}
</style>
background-color css
<style>
a { background-color: #DD854B; }
a { background-color: rgb(221,133,75); }
div.DivClassName
{
background-color: #DD854B;
}
.BgClassName
{
background-color: #DD854B;
}
</style>
border-color css
<style>
span { border-color: #DD854B; }
span { border-color: rgb(221,133,75); }
td.TdClassName
{
border-color: #DD854B;
}
.TagClassName
{
border-color: #DD854B;
}
</style>