Shades of Flamingo #DC6254
Tints of Flamingo #DC6254
RGB
CMYK
RGB Variations
Color information
#DC6254 (or 0xDC6254) is known color: Flamingo. HEX triplet: DC, 62 and 54. RGB value is (220,98,84). Sum of RGB (Red+Green+Blue) = 220+98+84=402 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.73% from 402); Green value is 98 (38.67% from 255 or 24.38% from 402); Blue value is 84 (33.20% from 255 or 20.90% from 402); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6254 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6254 is #239DAB. Grayscale: #858585. Windows color (decimal): -2334124 or 5530332. OLE color: 5530332.
HSL color Cylindrical-coordinate representation of color #DC6254: hue angle of 6.18º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC6254 is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 98 | 84 | - |
| CMYK | 0 | 0.55 | 0.62 | 0.14 |
| HSL | 6.18º | 0.66% | 0.6% | - |
| HSV(B) | 6.18º | 0.62% | 0.86% | - |
| XYZ | 35.48 | 24.59 | 11.26 | - |
| YUV | 132.88 | 100.42 | 190.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 98 | 84 | 0 | 0.55 | 0.62 | 0.14 | 6.18 | 0.66 | 0.6 |
| Hex | DC | 62 | 54 | 0 | 37 | 3E | E | 6 | 42 | 3C |
| Octal | 334 | 142 | 124 | 0 | 67 | 76 | 16 | 6 | 102 | 74 |
| Binary | 11011100 | 1100010 | 1010100 | 0 | 110111 | 111110 | 1110 | 110 | 1000010 | 111100 |
Color Harmonies of #DC6254
Complementary color
Monochromatic Colors of #DC6254
Black with #DC6254
Text Example
Text Example
White with #DC6254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6254; }
p { color: rgb(220,98,84); }
H1.HeaderClassName
{
color: #DC6254;
}
.AnyTagClassName
{
color: #DC6254;
}
</style>
background-color css
<style>
a { background-color: #DC6254; }
a { background-color: rgb(220,98,84); }
div.DivClassName
{
background-color: #DC6254;
}
.BgClassName
{
background-color: #DC6254;
}
</style>
border-color css
<style>
span { border-color: #DC6254; }
span { border-color: rgb(220,98,84); }
td.TdClassName
{
border-color: #DC6254;
}
.TagClassName
{
border-color: #DC6254;
}
</style>