Shades of Flamingo #DC664B
Tints of Flamingo #DC664B
RGB
CMYK
RGB Variations
Color information
#DC664B (or 0xDC664B) is known color: Flamingo. HEX triplet: DC, 66 and 4B. RGB value is (220,102,75). Sum of RGB (Red+Green+Blue) = 220+102+75=397 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.42% from 397); Green value is 102 (40.23% from 255 or 25.69% from 397); Blue value is 75 (29.69% from 255 or 18.89% from 397); Max value from RGB is 220 - color contains mainly: red. Hex color #DC664B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC664B is #2399B4. Grayscale: #868686. Windows color (decimal): -2333109 or 4941532. OLE color: 4941532.
HSL color Cylindrical-coordinate representation of color #DC664B: hue angle of 11.17º 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 #DC664B is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 102 | 75 | - |
| CMYK | 0 | 0.54 | 0.66 | 0.14 |
| HSL | 11.17º | 0.67% | 0.58% | - |
| HSV(B) | 11.17º | 0.66% | 0.86% | - |
| XYZ | 35.54 | 25.23 | 9.65 | - |
| YUV | 134.2 | 94.59 | 189.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 102 | 75 | 0 | 0.54 | 0.66 | 0.14 | 11.17 | 0.67 | 0.58 |
| Hex | DC | 66 | 4B | 0 | 36 | 42 | E | B | 43 | 3A |
| Octal | 334 | 146 | 113 | 0 | 66 | 102 | 16 | 13 | 103 | 72 |
| Binary | 11011100 | 1100110 | 1001011 | 0 | 110110 | 1000010 | 1110 | 1011 | 1000011 | 111010 |
Color Harmonies of #DC664B
Complementary color
Monochromatic Colors of #DC664B
Black with #DC664B
Text Example
Text Example
White with #DC664B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC664B; }
p { color: rgb(220,102,75); }
H1.HeaderClassName
{
color: #DC664B;
}
.AnyTagClassName
{
color: #DC664B;
}
</style>
background-color css
<style>
a { background-color: #DC664B; }
a { background-color: rgb(220,102,75); }
div.DivClassName
{
background-color: #DC664B;
}
.BgClassName
{
background-color: #DC664B;
}
</style>
border-color css
<style>
span { border-color: #DC664B; }
span { border-color: rgb(220,102,75); }
td.TdClassName
{
border-color: #DC664B;
}
.TagClassName
{
border-color: #DC664B;
}
</style>