Shades of Flamingo #DC6B4B
Tints of Flamingo #DC6B4B
RGB
CMYK
RGB Variations
Color information
#DC6B4B (or 0xDC6B4B) is known color: Flamingo. HEX triplet: DC, 6B and 4B. RGB value is (220,107,75). Sum of RGB (Red+Green+Blue) = 220+107+75=402 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.73% from 402); Green value is 107 (42.19% from 255 or 26.62% from 402); Blue value is 75 (29.69% from 255 or 18.66% from 402); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6B4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6B4B is #2394B4. Grayscale: #898989. Windows color (decimal): -2331829 or 4942812. OLE color: 4942812.
HSL color Cylindrical-coordinate representation of color #DC6B4B: hue angle of 13.24º 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 #DC6B4B is Cyan = 0, Magento = 0.51, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 107 | 75 | - |
| CMYK | 0 | 0.51 | 0.66 | 0.14 |
| HSL | 13.24º | 0.67% | 0.58% | - |
| HSV(B) | 13.24º | 0.66% | 0.86% | - |
| XYZ | 36.04 | 26.24 | 9.82 | - |
| YUV | 137.14 | 92.94 | 187.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 107 | 75 | 0 | 0.51 | 0.66 | 0.14 | 13.24 | 0.67 | 0.58 |
| Hex | DC | 6B | 4B | 0 | 33 | 42 | E | D | 43 | 3A |
| Octal | 334 | 153 | 113 | 0 | 63 | 102 | 16 | 15 | 103 | 72 |
| Binary | 11011100 | 1101011 | 1001011 | 0 | 110011 | 1000010 | 1110 | 1101 | 1000011 | 111010 |
Color Harmonies of #DC6B4B
Complementary color
Monochromatic Colors of #DC6B4B
Black with #DC6B4B
Text Example
Text Example
White with #DC6B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6B4B; }
p { color: rgb(220,107,75); }
H1.HeaderClassName
{
color: #DC6B4B;
}
.AnyTagClassName
{
color: #DC6B4B;
}
</style>
background-color css
<style>
a { background-color: #DC6B4B; }
a { background-color: rgb(220,107,75); }
div.DivClassName
{
background-color: #DC6B4B;
}
.BgClassName
{
background-color: #DC6B4B;
}
</style>
border-color css
<style>
span { border-color: #DC6B4B; }
span { border-color: rgb(220,107,75); }
td.TdClassName
{
border-color: #DC6B4B;
}
.TagClassName
{
border-color: #DC6B4B;
}
</style>