Shades of Flamingo #DC644F
Tints of Flamingo #DC644F
RGB
CMYK
RGB Variations
Color information
#DC644F (or 0xDC644F) is known color: Flamingo. HEX triplet: DC, 64 and 4F. RGB value is (220,100,79). Sum of RGB (Red+Green+Blue) = 220+100+79=399 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.14% from 399); Green value is 100 (39.45% from 255 or 25.06% from 399); Blue value is 79 (31.25% from 255 or 19.80% from 399); Max value from RGB is 220 - color contains mainly: red. Hex color #DC644F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC644F is #239BB0. Grayscale: #858585. Windows color (decimal): -2333617 or 5203164. OLE color: 5203164.
HSL color Cylindrical-coordinate representation of color #DC644F: hue angle of 8.94º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DC644F is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 100 | 79 | - |
| CMYK | 0 | 0.55 | 0.64 | 0.14 |
| HSL | 8.94º | 0.67% | 0.59% | - |
| HSV(B) | 8.94º | 0.64% | 0.86% | - |
| XYZ | 35.48 | 24.89 | 10.33 | - |
| YUV | 133.49 | 97.26 | 189.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 100 | 79 | 0 | 0.55 | 0.64 | 0.14 | 8.94 | 0.67 | 0.59 |
| Hex | DC | 64 | 4F | 0 | 37 | 40 | E | 9 | 43 | 3B |
| Octal | 334 | 144 | 117 | 0 | 67 | 100 | 16 | 11 | 103 | 73 |
| Binary | 11011100 | 1100100 | 1001111 | 0 | 110111 | 1000000 | 1110 | 1001 | 1000011 | 111011 |
Color Harmonies of #DC644F
Complementary color
Monochromatic Colors of #DC644F
Black with #DC644F
Text Example
Text Example
White with #DC644F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC644F; }
p { color: rgb(220,100,79); }
H1.HeaderClassName
{
color: #DC644F;
}
.AnyTagClassName
{
color: #DC644F;
}
</style>
background-color css
<style>
a { background-color: #DC644F; }
a { background-color: rgb(220,100,79); }
div.DivClassName
{
background-color: #DC644F;
}
.BgClassName
{
background-color: #DC644F;
}
</style>
border-color css
<style>
span { border-color: #DC644F; }
span { border-color: rgb(220,100,79); }
td.TdClassName
{
border-color: #DC644F;
}
.TagClassName
{
border-color: #DC644F;
}
</style>