Shades of Flamingo #DC624B
Tints of Flamingo #DC624B
RGB
CMYK
RGB Variations
Color information
#DC624B (or 0xDC624B) is known color: Flamingo. HEX triplet: DC, 62 and 4B. RGB value is (220,98,75). Sum of RGB (Red+Green+Blue) = 220+98+75=393 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.98% from 393); Green value is 98 (38.67% from 255 or 24.94% from 393); Blue value is 75 (29.69% from 255 or 19.08% from 393); Max value from RGB is 220 - color contains mainly: red. Hex color #DC624B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC624B is #239DB4. Grayscale: #848484. Windows color (decimal): -2334133 or 4940508. OLE color: 4940508.
HSL color Cylindrical-coordinate representation of color #DC624B: hue angle of 9.52º degrees, saturation: 0.67, 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 #DC624B is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 98 | 75 | - |
| CMYK | 0 | 0.55 | 0.66 | 0.14 |
| HSL | 9.52º | 0.67% | 0.58% | - |
| HSV(B) | 9.52º | 0.66% | 0.86% | - |
| XYZ | 35.15 | 24.46 | 9.52 | - |
| YUV | 131.86 | 95.92 | 190.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 98 | 75 | 0 | 0.55 | 0.66 | 0.14 | 9.52 | 0.67 | 0.58 |
| Hex | DC | 62 | 4B | 0 | 37 | 42 | E | A | 43 | 3A |
| Octal | 334 | 142 | 113 | 0 | 67 | 102 | 16 | 12 | 103 | 72 |
| Binary | 11011100 | 1100010 | 1001011 | 0 | 110111 | 1000010 | 1110 | 1010 | 1000011 | 111010 |
Color Harmonies of #DC624B
Complementary color
Monochromatic Colors of #DC624B
Black with #DC624B
Text Example
Text Example
White with #DC624B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC624B; }
p { color: rgb(220,98,75); }
H1.HeaderClassName
{
color: #DC624B;
}
.AnyTagClassName
{
color: #DC624B;
}
</style>
background-color css
<style>
a { background-color: #DC624B; }
a { background-color: rgb(220,98,75); }
div.DivClassName
{
background-color: #DC624B;
}
.BgClassName
{
background-color: #DC624B;
}
</style>
border-color css
<style>
span { border-color: #DC624B; }
span { border-color: rgb(220,98,75); }
td.TdClassName
{
border-color: #DC624B;
}
.TagClassName
{
border-color: #DC624B;
}
</style>