Shades of Flamenco #DD864B
Tints of Flamenco #DD864B
RGB
CMYK
RGB Variations
Color information
#DD864B (or 0xDD864B) is known color: Flamenco. HEX triplet: DD, 86 and 4B. RGB value is (221,134,75). Sum of RGB (Red+Green+Blue) = 221+134+75=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 134 (52.73% from 255 or 31.16% from 430); Blue value is 75 (29.69% from 255 or 17.44% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD864B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD864B is #2279B4. Grayscale: #999999. Windows color (decimal): -2259381 or 4949725. OLE color: 4949725.
HSL color Cylindrical-coordinate representation of color #DD864B: hue angle of 24.25º 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 #DD864B is Cyan = 0, Magento = 0.39, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 134 | 75 | - |
| CMYK | 0 | 0.39 | 0.66 | 0.13 |
| HSL | 24.25º | 0.68% | 0.58% | - |
| HSV(B) | 24.25º | 0.66% | 0.87% | - |
| XYZ | 39.61 | 32.93 | 10.92 | - |
| YUV | 153.29 | 83.82 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 134 | 75 | 0 | 0.39 | 0.66 | 0.13 | 24.25 | 0.68 | 0.58 |
| Hex | DD | 86 | 4B | 0 | 27 | 42 | D | 18 | 44 | 3A |
| Octal | 335 | 206 | 113 | 0 | 47 | 102 | 15 | 30 | 104 | 72 |
| Binary | 11011101 | 10000110 | 1001011 | 0 | 100111 | 1000010 | 1101 | 11000 | 1000100 | 111010 |
Color Harmonies of #DD864B
Complementary color
Monochromatic Colors of #DD864B
Black with #DD864B
Text Example
Text Example
White with #DD864B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD864B; }
p { color: rgb(221,134,75); }
H1.HeaderClassName
{
color: #DD864B;
}
.AnyTagClassName
{
color: #DD864B;
}
</style>
background-color css
<style>
a { background-color: #DD864B; }
a { background-color: rgb(221,134,75); }
div.DivClassName
{
background-color: #DD864B;
}
.BgClassName
{
background-color: #DD864B;
}
</style>
border-color css
<style>
span { border-color: #DD864B; }
span { border-color: rgb(221,134,75); }
td.TdClassName
{
border-color: #DD864B;
}
.TagClassName
{
border-color: #DD864B;
}
</style>