Shades of Flamenco #DD8748
Tints of Flamenco #DD8748
RGB
CMYK
RGB Variations
Color information
#DD8748 (or 0xDD8748) is known color: Flamenco. HEX triplet: DD, 87 and 48. RGB value is (221,135,72). Sum of RGB (Red+Green+Blue) = 221+135+72=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 135 (53.12% from 255 or 31.54% from 428); Blue value is 72 (28.52% from 255 or 16.82% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8748 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8748 is #2278B7. Grayscale: #999999. Windows color (decimal): -2259128 or 4753373. OLE color: 4753373.
HSL color Cylindrical-coordinate representation of color #DD8748: hue angle of 25.37º 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 #DD8748 is Cyan = 0, Magento = 0.39, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 135 | 72 | - |
| CMYK | 0 | 0.39 | 0.67 | 0.13 |
| HSL | 25.37º | 0.69% | 0.57% | - |
| HSV(B) | 25.37º | 0.67% | 0.87% | - |
| XYZ | 39.65 | 33.17 | 10.44 | - |
| YUV | 153.53 | 81.99 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 135 | 72 | 0 | 0.39 | 0.67 | 0.13 | 25.37 | 0.69 | 0.57 |
| Hex | DD | 87 | 48 | 0 | 27 | 43 | D | 19 | 45 | 39 |
| Octal | 335 | 207 | 110 | 0 | 47 | 103 | 15 | 31 | 105 | 71 |
| Binary | 11011101 | 10000111 | 1001000 | 0 | 100111 | 1000011 | 1101 | 11001 | 1000101 | 111001 |
Color Harmonies of #DD8748
Complementary color
Monochromatic Colors of #DD8748
Black with #DD8748
Text Example
Text Example
White with #DD8748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8748; }
p { color: rgb(221,135,72); }
H1.HeaderClassName
{
color: #DD8748;
}
.AnyTagClassName
{
color: #DD8748;
}
</style>
background-color css
<style>
a { background-color: #DD8748; }
a { background-color: rgb(221,135,72); }
div.DivClassName
{
background-color: #DD8748;
}
.BgClassName
{
background-color: #DD8748;
}
</style>
border-color css
<style>
span { border-color: #DD8748; }
span { border-color: rgb(221,135,72); }
td.TdClassName
{
border-color: #DD8748;
}
.TagClassName
{
border-color: #DD8748;
}
</style>