Shades of Flamenco #DD864A
Tints of Flamenco #DD864A
RGB
CMYK
RGB Variations
Color information
#DD864A (or 0xDD864A) is known color: Flamenco. HEX triplet: DD, 86 and 4A. RGB value is (221,134,74). Sum of RGB (Red+Green+Blue) = 221+134+74=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 134 (52.73% from 255 or 31.24% from 429); Blue value is 74 (29.30% from 255 or 17.25% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD864A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD864A is #2279B5. Grayscale: #999999. Windows color (decimal): -2259382 or 4884189. OLE color: 4884189.
HSL color Cylindrical-coordinate representation of color #DD864A: hue angle of 24.49º degrees, saturation: 0.68, 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 #DD864A is Cyan = 0, Magento = 0.39, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 134 | 74 | - |
| CMYK | 0 | 0.39 | 0.67 | 0.13 |
| HSL | 24.49º | 0.68% | 0.58% | - |
| HSV(B) | 24.49º | 0.67% | 0.87% | - |
| XYZ | 39.58 | 32.92 | 10.75 | - |
| YUV | 153.17 | 83.32 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 134 | 74 | 0 | 0.39 | 0.67 | 0.13 | 24.49 | 0.68 | 0.58 |
| Hex | DD | 86 | 4A | 0 | 27 | 43 | D | 18 | 44 | 3A |
| Octal | 335 | 206 | 112 | 0 | 47 | 103 | 15 | 30 | 104 | 72 |
| Binary | 11011101 | 10000110 | 1001010 | 0 | 100111 | 1000011 | 1101 | 11000 | 1000100 | 111010 |
Color Harmonies of #DD864A
Complementary color
Monochromatic Colors of #DD864A
Black with #DD864A
Text Example
Text Example
White with #DD864A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD864A; }
p { color: rgb(221,134,74); }
H1.HeaderClassName
{
color: #DD864A;
}
.AnyTagClassName
{
color: #DD864A;
}
</style>
background-color css
<style>
a { background-color: #DD864A; }
a { background-color: rgb(221,134,74); }
div.DivClassName
{
background-color: #DD864A;
}
.BgClassName
{
background-color: #DD864A;
}
</style>
border-color css
<style>
span { border-color: #DD864A; }
span { border-color: rgb(221,134,74); }
td.TdClassName
{
border-color: #DD864A;
}
.TagClassName
{
border-color: #DD864A;
}
</style>