Shades of Flamingo #DC654A
Tints of Flamingo #DC654A
RGB
CMYK
RGB Variations
Color information
#DC654A (or 0xDC654A) is known color: Flamingo. HEX triplet: DC, 65 and 4A. RGB value is (220,101,74). Sum of RGB (Red+Green+Blue) = 220+101+74=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 101 (39.84% from 255 or 25.57% from 395); Blue value is 74 (29.30% from 255 or 18.73% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC654A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC654A is #239AB5. Grayscale: #858585. Windows color (decimal): -2333366 or 4875740. OLE color: 4875740.
HSL color Cylindrical-coordinate representation of color #DC654A: hue angle of 11.1º degrees, saturation: 0.68, 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 #DC654A is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 101 | 74 | - |
| CMYK | 0 | 0.54 | 0.66 | 0.14 |
| HSL | 11.1º | 0.68% | 0.58% | - |
| HSV(B) | 11.1º | 0.66% | 0.86% | - |
| XYZ | 35.4 | 25.02 | 9.44 | - |
| YUV | 133.5 | 94.42 | 189.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 101 | 74 | 0 | 0.54 | 0.66 | 0.14 | 11.1 | 0.68 | 0.58 |
| Hex | DC | 65 | 4A | 0 | 36 | 42 | E | B | 44 | 3A |
| Octal | 334 | 145 | 112 | 0 | 66 | 102 | 16 | 13 | 104 | 72 |
| Binary | 11011100 | 1100101 | 1001010 | 0 | 110110 | 1000010 | 1110 | 1011 | 1000100 | 111010 |
Color Harmonies of #DC654A
Complementary color
Monochromatic Colors of #DC654A
Black with #DC654A
Text Example
Text Example
White with #DC654A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC654A; }
p { color: rgb(220,101,74); }
H1.HeaderClassName
{
color: #DC654A;
}
.AnyTagClassName
{
color: #DC654A;
}
</style>
background-color css
<style>
a { background-color: #DC654A; }
a { background-color: rgb(220,101,74); }
div.DivClassName
{
background-color: #DC654A;
}
.BgClassName
{
background-color: #DC654A;
}
</style>
border-color css
<style>
span { border-color: #DC654A; }
span { border-color: rgb(220,101,74); }
td.TdClassName
{
border-color: #DC654A;
}
.TagClassName
{
border-color: #DC654A;
}
</style>