Shades of Flamingo #DD6954
Tints of Flamingo #DD6954
RGB
CMYK
RGB Variations
Color information
#DD6954 (or 0xDD6954) is known color: Flamingo. HEX triplet: DD, 69 and 54. RGB value is (221,105,84). Sum of RGB (Red+Green+Blue) = 221+105+84=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 105 (41.41% from 255 or 25.61% from 410); Blue value is 84 (33.20% from 255 or 20.49% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6954 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6954 is #2296AB. Grayscale: #898989. Windows color (decimal): -2266796 or 5532125. OLE color: 5532125.
HSL color Cylindrical-coordinate representation of color #DD6954: hue angle of 9.2º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD6954 is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 105 | 84 | - |
| CMYK | 0 | 0.52 | 0.62 | 0.13 |
| HSL | 9.2º | 0.67% | 0.6% | - |
| HSV(B) | 9.2º | 0.62% | 0.87% | - |
| XYZ | 36.47 | 26.12 | 11.51 | - |
| YUV | 137.29 | 97.93 | 187.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 105 | 84 | 0 | 0.52 | 0.62 | 0.13 | 9.2 | 0.67 | 0.6 |
| Hex | DD | 69 | 54 | 0 | 34 | 3E | D | 9 | 43 | 3C |
| Octal | 335 | 151 | 124 | 0 | 64 | 76 | 15 | 11 | 103 | 74 |
| Binary | 11011101 | 1101001 | 1010100 | 0 | 110100 | 111110 | 1101 | 1001 | 1000011 | 111100 |
Color Harmonies of #DD6954
Complementary color
Monochromatic Colors of #DD6954
Black with #DD6954
Text Example
Text Example
White with #DD6954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6954; }
p { color: rgb(221,105,84); }
H1.HeaderClassName
{
color: #DD6954;
}
.AnyTagClassName
{
color: #DD6954;
}
</style>
background-color css
<style>
a { background-color: #DD6954; }
a { background-color: rgb(221,105,84); }
div.DivClassName
{
background-color: #DD6954;
}
.BgClassName
{
background-color: #DD6954;
}
</style>
border-color css
<style>
span { border-color: #DD6954; }
span { border-color: rgb(221,105,84); }
td.TdClassName
{
border-color: #DD6954;
}
.TagClassName
{
border-color: #DD6954;
}
</style>