Shades of Flamingo #DD654B
Tints of Flamingo #DD654B
RGB
CMYK
RGB Variations
Color information
#DD654B (or 0xDD654B) is known color: Flamingo. HEX triplet: DD, 65 and 4B. RGB value is (221,101,75). Sum of RGB (Red+Green+Blue) = 221+101+75=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 101 (39.84% from 255 or 25.44% from 397); Blue value is 75 (29.69% from 255 or 18.89% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DD654B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD654B is #229AB4. Grayscale: #868686. Windows color (decimal): -2267829 or 4941277. OLE color: 4941277.
HSL color Cylindrical-coordinate representation of color #DD654B: hue angle of 10.68º 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 #DD654B is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 101 | 75 | - |
| CMYK | 0 | 0.54 | 0.66 | 0.13 |
| HSL | 10.68º | 0.68% | 0.58% | - |
| HSV(B) | 10.68º | 0.66% | 0.87% | - |
| XYZ | 35.74 | 25.19 | 9.63 | - |
| YUV | 133.92 | 94.76 | 190.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 101 | 75 | 0 | 0.54 | 0.66 | 0.13 | 10.68 | 0.68 | 0.58 |
| Hex | DD | 65 | 4B | 0 | 36 | 42 | D | B | 44 | 3A |
| Octal | 335 | 145 | 113 | 0 | 66 | 102 | 15 | 13 | 104 | 72 |
| Binary | 11011101 | 1100101 | 1001011 | 0 | 110110 | 1000010 | 1101 | 1011 | 1000100 | 111010 |
Color Harmonies of #DD654B
Complementary color
Monochromatic Colors of #DD654B
Black with #DD654B
Text Example
Text Example
White with #DD654B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD654B; }
p { color: rgb(221,101,75); }
H1.HeaderClassName
{
color: #DD654B;
}
.AnyTagClassName
{
color: #DD654B;
}
</style>
background-color css
<style>
a { background-color: #DD654B; }
a { background-color: rgb(221,101,75); }
div.DivClassName
{
background-color: #DD654B;
}
.BgClassName
{
background-color: #DD654B;
}
</style>
border-color css
<style>
span { border-color: #DD654B; }
span { border-color: rgb(221,101,75); }
td.TdClassName
{
border-color: #DD654B;
}
.TagClassName
{
border-color: #DD654B;
}
</style>