Shades of Flamingo #DC6954
Tints of Flamingo #DC6954
RGB
CMYK
RGB Variations
Color information
#DC6954 (or 0xDC6954) is known color: Flamingo. HEX triplet: DC, 69 and 54. RGB value is (220,105,84). Sum of RGB (Red+Green+Blue) = 220+105+84=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 105 (41.41% from 255 or 25.67% from 409); Blue value is 84 (33.20% from 255 or 20.54% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6954 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6954 is #2396AB. Grayscale: #898989. Windows color (decimal): -2332332 or 5532124. OLE color: 5532124.
HSL color Cylindrical-coordinate representation of color #DC6954: hue angle of 9.26º 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 #DC6954 is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 105 | 84 | - |
| CMYK | 0 | 0.52 | 0.62 | 0.14 |
| HSL | 9.26º | 0.66% | 0.6% | - |
| HSV(B) | 9.26º | 0.62% | 0.86% | - |
| XYZ | 36.17 | 25.96 | 11.49 | - |
| YUV | 136.99 | 98.1 | 187.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 105 | 84 | 0 | 0.52 | 0.62 | 0.14 | 9.26 | 0.66 | 0.6 |
| Hex | DC | 69 | 54 | 0 | 34 | 3E | E | 9 | 42 | 3C |
| Octal | 334 | 151 | 124 | 0 | 64 | 76 | 16 | 11 | 102 | 74 |
| Binary | 11011100 | 1101001 | 1010100 | 0 | 110100 | 111110 | 1110 | 1001 | 1000010 | 111100 |
Color Harmonies of #DC6954
Complementary color
Monochromatic Colors of #DC6954
Black with #DC6954
Text Example
Text Example
White with #DC6954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6954; }
p { color: rgb(220,105,84); }
H1.HeaderClassName
{
color: #DC6954;
}
.AnyTagClassName
{
color: #DC6954;
}
</style>
background-color css
<style>
a { background-color: #DC6954; }
a { background-color: rgb(220,105,84); }
div.DivClassName
{
background-color: #DC6954;
}
.BgClassName
{
background-color: #DC6954;
}
</style>
border-color css
<style>
span { border-color: #DC6954; }
span { border-color: rgb(220,105,84); }
td.TdClassName
{
border-color: #DC6954;
}
.TagClassName
{
border-color: #DC6954;
}
</style>