Shades of Flamingo #DC644B
Tints of Flamingo #DC644B
RGB
CMYK
RGB Variations
Color information
#DC644B (or 0xDC644B) is known color: Flamingo. HEX triplet: DC, 64 and 4B. RGB value is (220,100,75). Sum of RGB (Red+Green+Blue) = 220+100+75=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 100 (39.45% from 255 or 25.32% from 395); Blue value is 75 (29.69% from 255 or 18.99% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC644B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC644B is #239BB4. Grayscale: #858585. Windows color (decimal): -2333621 or 4941020. OLE color: 4941020.
HSL color Cylindrical-coordinate representation of color #DC644B: hue angle of 10.34º 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 #DC644B is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 100 | 75 | - |
| CMYK | 0 | 0.55 | 0.66 | 0.14 |
| HSL | 10.34º | 0.67% | 0.58% | - |
| HSV(B) | 10.34º | 0.66% | 0.86% | - |
| XYZ | 35.34 | 24.84 | 9.59 | - |
| YUV | 133.03 | 95.26 | 190.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 100 | 75 | 0 | 0.55 | 0.66 | 0.14 | 10.34 | 0.67 | 0.58 |
| Hex | DC | 64 | 4B | 0 | 37 | 42 | E | A | 43 | 3A |
| Octal | 334 | 144 | 113 | 0 | 67 | 102 | 16 | 12 | 103 | 72 |
| Binary | 11011100 | 1100100 | 1001011 | 0 | 110111 | 1000010 | 1110 | 1010 | 1000011 | 111010 |
Color Harmonies of #DC644B
Complementary color
Monochromatic Colors of #DC644B
Black with #DC644B
Text Example
Text Example
White with #DC644B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC644B; }
p { color: rgb(220,100,75); }
H1.HeaderClassName
{
color: #DC644B;
}
.AnyTagClassName
{
color: #DC644B;
}
</style>
background-color css
<style>
a { background-color: #DC644B; }
a { background-color: rgb(220,100,75); }
div.DivClassName
{
background-color: #DC644B;
}
.BgClassName
{
background-color: #DC644B;
}
</style>
border-color css
<style>
span { border-color: #DC644B; }
span { border-color: rgb(220,100,75); }
td.TdClassName
{
border-color: #DC644B;
}
.TagClassName
{
border-color: #DC644B;
}
</style>