Shades of Flamingo #DC6745
Tints of Flamingo #DC6745
RGB
CMYK
RGB Variations
Color information
#DC6745 (or 0xDC6745) is known color: Flamingo. HEX triplet: DC, 67 and 45. RGB value is (220,103,69). Sum of RGB (Red+Green+Blue) = 220+103+69=392 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.12% from 392); Green value is 103 (40.62% from 255 or 26.28% from 392); Blue value is 69 (27.34% from 255 or 17.60% from 392); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6745 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6745 is #2398BA. Grayscale: #868686. Windows color (decimal): -2332859 or 4548572. OLE color: 4548572.
HSL color Cylindrical-coordinate representation of color #DC6745: hue angle of 13.51º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DC6745 is Cyan = 0, Magento = 0.53, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 103 | 69 | - |
| CMYK | 0 | 0.53 | 0.69 | 0.14 |
| HSL | 13.51º | 0.68% | 0.57% | - |
| HSV(B) | 13.51º | 0.69% | 0.86% | - |
| XYZ | 35.44 | 25.35 | 8.65 | - |
| YUV | 134.11 | 91.26 | 189.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 103 | 69 | 0 | 0.53 | 0.69 | 0.14 | 13.51 | 0.68 | 0.57 |
| Hex | DC | 67 | 45 | 0 | 35 | 45 | E | E | 44 | 39 |
| Octal | 334 | 147 | 105 | 0 | 65 | 105 | 16 | 16 | 104 | 71 |
| Binary | 11011100 | 1100111 | 1000101 | 0 | 110101 | 1000101 | 1110 | 1110 | 1000100 | 111001 |
Color Harmonies of #DC6745
Complementary color
Monochromatic Colors of #DC6745
Black with #DC6745
Text Example
Text Example
White with #DC6745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6745; }
p { color: rgb(220,103,69); }
H1.HeaderClassName
{
color: #DC6745;
}
.AnyTagClassName
{
color: #DC6745;
}
</style>
background-color css
<style>
a { background-color: #DC6745; }
a { background-color: rgb(220,103,69); }
div.DivClassName
{
background-color: #DC6745;
}
.BgClassName
{
background-color: #DC6745;
}
</style>
border-color css
<style>
span { border-color: #DC6745; }
span { border-color: rgb(220,103,69); }
td.TdClassName
{
border-color: #DC6745;
}
.TagClassName
{
border-color: #DC6745;
}
</style>