Shades of Flamingo #DC644A
Tints of Flamingo #DC644A
RGB
CMYK
RGB Variations
Color information
#DC644A (or 0xDC644A) is known color: Flamingo. HEX triplet: DC, 64 and 4A. RGB value is (220,100,74). Sum of RGB (Red+Green+Blue) = 220+100+74=394 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.84% from 394); Green value is 100 (39.45% from 255 or 25.38% from 394); Blue value is 74 (29.30% from 255 or 18.78% from 394); Max value from RGB is 220 - color contains mainly: red. Hex color #DC644A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC644A is #239BB5. Grayscale: #858585. Windows color (decimal): -2333622 or 4875484. OLE color: 4875484.
HSL color Cylindrical-coordinate representation of color #DC644A: hue angle of 10.68º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DC644A is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 100 | 74 | - |
| CMYK | 0 | 0.55 | 0.66 | 0.14 |
| HSL | 10.68º | 0.68% | 0.58% | - |
| HSV(B) | 10.68º | 0.66% | 0.86% | - |
| XYZ | 35.31 | 24.82 | 9.41 | - |
| YUV | 132.92 | 94.76 | 190.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 100 | 74 | 0 | 0.55 | 0.66 | 0.14 | 10.68 | 0.68 | 0.58 |
| Hex | DC | 64 | 4A | 0 | 37 | 42 | E | B | 44 | 3A |
| Octal | 334 | 144 | 112 | 0 | 67 | 102 | 16 | 13 | 104 | 72 |
| Binary | 11011100 | 1100100 | 1001010 | 0 | 110111 | 1000010 | 1110 | 1011 | 1000100 | 111010 |
Color Harmonies of #DC644A
Complementary color
Monochromatic Colors of #DC644A
Black with #DC644A
Text Example
Text Example
White with #DC644A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC644A; }
p { color: rgb(220,100,74); }
H1.HeaderClassName
{
color: #DC644A;
}
.AnyTagClassName
{
color: #DC644A;
}
</style>
background-color css
<style>
a { background-color: #DC644A; }
a { background-color: rgb(220,100,74); }
div.DivClassName
{
background-color: #DC644A;
}
.BgClassName
{
background-color: #DC644A;
}
</style>
border-color css
<style>
span { border-color: #DC644A; }
span { border-color: rgb(220,100,74); }
td.TdClassName
{
border-color: #DC644A;
}
.TagClassName
{
border-color: #DC644A;
}
</style>