Shades of Flamingo #DC6953
Tints of Flamingo #DC6953
RGB
CMYK
RGB Variations
Color information
#DC6953 (or 0xDC6953) is known color: Flamingo. HEX triplet: DC, 69 and 53. RGB value is (220,105,83). Sum of RGB (Red+Green+Blue) = 220+105+83=408 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.92% from 408); Green value is 105 (41.41% from 255 or 25.74% from 408); Blue value is 83 (32.81% from 255 or 20.34% from 408); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6953 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6953 is #2396AC. Grayscale: #898989. Windows color (decimal): -2332333 or 5466588. OLE color: 5466588.
HSL color Cylindrical-coordinate representation of color #DC6953: hue angle of 9.64º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC6953 is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 105 | 83 | - |
| CMYK | 0 | 0.52 | 0.62 | 0.14 |
| HSL | 9.64º | 0.66% | 0.59% | - |
| HSV(B) | 9.64º | 0.62% | 0.86% | - |
| XYZ | 36.13 | 25.94 | 11.29 | - |
| YUV | 136.88 | 97.6 | 187.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 105 | 83 | 0 | 0.52 | 0.62 | 0.14 | 9.64 | 0.66 | 0.59 |
| Hex | DC | 69 | 53 | 0 | 34 | 3E | E | A | 42 | 3B |
| Octal | 334 | 151 | 123 | 0 | 64 | 76 | 16 | 12 | 102 | 73 |
| Binary | 11011100 | 1101001 | 1010011 | 0 | 110100 | 111110 | 1110 | 1010 | 1000010 | 111011 |
Color Harmonies of #DC6953
Complementary color
Monochromatic Colors of #DC6953
Black with #DC6953
Text Example
Text Example
White with #DC6953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6953; }
p { color: rgb(220,105,83); }
H1.HeaderClassName
{
color: #DC6953;
}
.AnyTagClassName
{
color: #DC6953;
}
</style>
background-color css
<style>
a { background-color: #DC6953; }
a { background-color: rgb(220,105,83); }
div.DivClassName
{
background-color: #DC6953;
}
.BgClassName
{
background-color: #DC6953;
}
</style>
border-color css
<style>
span { border-color: #DC6953; }
span { border-color: rgb(220,105,83); }
td.TdClassName
{
border-color: #DC6953;
}
.TagClassName
{
border-color: #DC6953;
}
</style>