Shades of Flamingo #DC654F
Tints of Flamingo #DC654F
RGB
CMYK
RGB Variations
Color information
#DC654F (or 0xDC654F) is known color: Flamingo. HEX triplet: DC, 65 and 4F. RGB value is (220,101,79). Sum of RGB (Red+Green+Blue) = 220+101+79=400 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55% from 400); Green value is 101 (39.84% from 255 or 25.25% from 400); Blue value is 79 (31.25% from 255 or 19.75% from 400); Max value from RGB is 220 - color contains mainly: red. Hex color #DC654F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC654F is #239AB0. Grayscale: #868686. Windows color (decimal): -2333361 or 5203420. OLE color: 5203420.
HSL color Cylindrical-coordinate representation of color #DC654F: hue angle of 9.36º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DC654F is Cyan = 0, Magento = 0.54, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 101 | 79 | - |
| CMYK | 0 | 0.54 | 0.64 | 0.14 |
| HSL | 9.36º | 0.67% | 0.59% | - |
| HSV(B) | 9.36º | 0.64% | 0.86% | - |
| XYZ | 35.58 | 25.09 | 10.36 | - |
| YUV | 134.07 | 96.92 | 189.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 101 | 79 | 0 | 0.54 | 0.64 | 0.14 | 9.36 | 0.67 | 0.59 |
| Hex | DC | 65 | 4F | 0 | 36 | 40 | E | 9 | 43 | 3B |
| Octal | 334 | 145 | 117 | 0 | 66 | 100 | 16 | 11 | 103 | 73 |
| Binary | 11011100 | 1100101 | 1001111 | 0 | 110110 | 1000000 | 1110 | 1001 | 1000011 | 111011 |
Color Harmonies of #DC654F
Complementary color
Monochromatic Colors of #DC654F
Black with #DC654F
Text Example
Text Example
White with #DC654F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC654F; }
p { color: rgb(220,101,79); }
H1.HeaderClassName
{
color: #DC654F;
}
.AnyTagClassName
{
color: #DC654F;
}
</style>
background-color css
<style>
a { background-color: #DC654F; }
a { background-color: rgb(220,101,79); }
div.DivClassName
{
background-color: #DC654F;
}
.BgClassName
{
background-color: #DC654F;
}
</style>
border-color css
<style>
span { border-color: #DC654F; }
span { border-color: rgb(220,101,79); }
td.TdClassName
{
border-color: #DC654F;
}
.TagClassName
{
border-color: #DC654F;
}
</style>