Shades of Flamingo #DD634C
Tints of Flamingo #DD634C
RGB
CMYK
RGB Variations
Color information
#DD634C (or 0xDD634C) is known color: Flamingo. HEX triplet: DD, 63 and 4C. RGB value is (221,99,76). Sum of RGB (Red+Green+Blue) = 221+99+76=396 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.81% from 396); Green value is 99 (39.06% from 255 or 25% from 396); Blue value is 76 (30.08% from 255 or 19.19% from 396); Max value from RGB is 221 - color contains mainly: red. Hex color #DD634C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD634C is #229CB3. Grayscale: #858585. Windows color (decimal): -2268340 or 5006301. OLE color: 5006301.
HSL color Cylindrical-coordinate representation of color #DD634C: hue angle of 9.52º 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 #DD634C is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 99 | 76 | - |
| CMYK | 0 | 0.55 | 0.66 | 0.13 |
| HSL | 9.52º | 0.68% | 0.58% | - |
| HSV(B) | 9.52º | 0.66% | 0.87% | - |
| XYZ | 35.59 | 24.82 | 9.75 | - |
| YUV | 132.86 | 95.92 | 190.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 99 | 76 | 0 | 0.55 | 0.66 | 0.13 | 9.52 | 0.68 | 0.58 |
| Hex | DD | 63 | 4C | 0 | 37 | 42 | D | A | 44 | 3A |
| Octal | 335 | 143 | 114 | 0 | 67 | 102 | 15 | 12 | 104 | 72 |
| Binary | 11011101 | 1100011 | 1001100 | 0 | 110111 | 1000010 | 1101 | 1010 | 1000100 | 111010 |
Color Harmonies of #DD634C
Complementary color
Monochromatic Colors of #DD634C
Black with #DD634C
Text Example
Text Example
White with #DD634C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD634C; }
p { color: rgb(221,99,76); }
H1.HeaderClassName
{
color: #DD634C;
}
.AnyTagClassName
{
color: #DD634C;
}
</style>
background-color css
<style>
a { background-color: #DD634C; }
a { background-color: rgb(221,99,76); }
div.DivClassName
{
background-color: #DD634C;
}
.BgClassName
{
background-color: #DD634C;
}
</style>
border-color css
<style>
span { border-color: #DD634C; }
span { border-color: rgb(221,99,76); }
td.TdClassName
{
border-color: #DD634C;
}
.TagClassName
{
border-color: #DD634C;
}
</style>