Shades of Flamingo #DD6345
Tints of Flamingo #DD6345
RGB
CMYK
RGB Variations
Color information
#DD6345 (or 0xDD6345) is known color: Flamingo. HEX triplet: DD, 63 and 45. RGB value is (221,99,69). Sum of RGB (Red+Green+Blue) = 221+99+69=389 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.81% from 389); Green value is 99 (39.06% from 255 or 25.45% from 389); Blue value is 69 (27.34% from 255 or 17.74% from 389); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6345 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6345 is #229CBA. Grayscale: #848484. Windows color (decimal): -2268347 or 4547549. OLE color: 4547549.
HSL color Cylindrical-coordinate representation of color #DD6345: hue angle of 11.84º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DD6345 is Cyan = 0, Magento = 0.55, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 99 | 69 | - |
| CMYK | 0 | 0.55 | 0.69 | 0.13 |
| HSL | 11.84º | 0.69% | 0.57% | - |
| HSV(B) | 11.84º | 0.69% | 0.87% | - |
| XYZ | 35.35 | 24.73 | 8.54 | - |
| YUV | 132.06 | 92.42 | 191.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 99 | 69 | 0 | 0.55 | 0.69 | 0.13 | 11.84 | 0.69 | 0.57 |
| Hex | DD | 63 | 45 | 0 | 37 | 45 | D | C | 45 | 39 |
| Octal | 335 | 143 | 105 | 0 | 67 | 105 | 15 | 14 | 105 | 71 |
| Binary | 11011101 | 1100011 | 1000101 | 0 | 110111 | 1000101 | 1101 | 1100 | 1000101 | 111001 |
Color Harmonies of #DD6345
Complementary color
Monochromatic Colors of #DD6345
Black with #DD6345
Text Example
Text Example
White with #DD6345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6345; }
p { color: rgb(221,99,69); }
H1.HeaderClassName
{
color: #DD6345;
}
.AnyTagClassName
{
color: #DD6345;
}
</style>
background-color css
<style>
a { background-color: #DD6345; }
a { background-color: rgb(221,99,69); }
div.DivClassName
{
background-color: #DD6345;
}
.BgClassName
{
background-color: #DD6345;
}
</style>
border-color css
<style>
span { border-color: #DD6345; }
span { border-color: rgb(221,99,69); }
td.TdClassName
{
border-color: #DD6345;
}
.TagClassName
{
border-color: #DD6345;
}
</style>