Shades of Flamingo #DC6A52
Tints of Flamingo #DC6A52
RGB
CMYK
RGB Variations
Color information
#DC6A52 (or 0xDC6A52) is known color: Flamingo. HEX triplet: DC, 6A and 52. RGB value is (220,106,82). Sum of RGB (Red+Green+Blue) = 220+106+82=408 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.92% from 408); Green value is 106 (41.80% from 255 or 25.98% from 408); Blue value is 82 (32.42% from 255 or 20.10% from 408); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6A52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6A52 is #2395AD. Grayscale: #898989. Windows color (decimal): -2332078 or 5401308. OLE color: 5401308.
HSL color Cylindrical-coordinate representation of color #DC6A52: hue angle of 10.43º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC6A52 is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 106 | 82 | - |
| CMYK | 0 | 0.52 | 0.63 | 0.14 |
| HSL | 10.43º | 0.66% | 0.59% | - |
| HSV(B) | 10.43º | 0.63% | 0.86% | - |
| XYZ | 36.19 | 26.13 | 11.12 | - |
| YUV | 137.35 | 96.77 | 186.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 106 | 82 | 0 | 0.52 | 0.63 | 0.14 | 10.43 | 0.66 | 0.59 |
| Hex | DC | 6A | 52 | 0 | 34 | 3F | E | A | 42 | 3B |
| Octal | 334 | 152 | 122 | 0 | 64 | 77 | 16 | 12 | 102 | 73 |
| Binary | 11011100 | 1101010 | 1010010 | 0 | 110100 | 111111 | 1110 | 1010 | 1000010 | 111011 |
Color Harmonies of #DC6A52
Complementary color
Monochromatic Colors of #DC6A52
Black with #DC6A52
Text Example
Text Example
White with #DC6A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6A52; }
p { color: rgb(220,106,82); }
H1.HeaderClassName
{
color: #DC6A52;
}
.AnyTagClassName
{
color: #DC6A52;
}
</style>
background-color css
<style>
a { background-color: #DC6A52; }
a { background-color: rgb(220,106,82); }
div.DivClassName
{
background-color: #DC6A52;
}
.BgClassName
{
background-color: #DC6A52;
}
</style>
border-color css
<style>
span { border-color: #DC6A52; }
span { border-color: rgb(220,106,82); }
td.TdClassName
{
border-color: #DC6A52;
}
.TagClassName
{
border-color: #DC6A52;
}
</style>