Shades of Flamingo #DC684B
Tints of Flamingo #DC684B
RGB
CMYK
RGB Variations
Color information
#DC684B (or 0xDC684B) is known color: Flamingo. HEX triplet: DC, 68 and 4B. RGB value is (220,104,75). Sum of RGB (Red+Green+Blue) = 220+104+75=399 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.14% from 399); Green value is 104 (41.02% from 255 or 26.07% from 399); Blue value is 75 (29.69% from 255 or 18.80% from 399); Max value from RGB is 220 - color contains mainly: red. Hex color #DC684B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC684B is #2397B4. Grayscale: #878787. Windows color (decimal): -2332597 or 4942044. OLE color: 4942044.
HSL color Cylindrical-coordinate representation of color #DC684B: hue angle of 12º 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 #DC684B is Cyan = 0, Magento = 0.53, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 104 | 75 | - |
| CMYK | 0 | 0.53 | 0.66 | 0.14 |
| HSL | 12º | 0.67% | 0.58% | - |
| HSV(B) | 12º | 0.66% | 0.86% | - |
| XYZ | 35.74 | 25.62 | 9.72 | - |
| YUV | 135.38 | 93.93 | 188.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 104 | 75 | 0 | 0.53 | 0.66 | 0.14 | 12 | 0.67 | 0.58 |
| Hex | DC | 68 | 4B | 0 | 35 | 42 | E | C | 43 | 3A |
| Octal | 334 | 150 | 113 | 0 | 65 | 102 | 16 | 14 | 103 | 72 |
| Binary | 11011100 | 1101000 | 1001011 | 0 | 110101 | 1000010 | 1110 | 1100 | 1000011 | 111010 |
Color Harmonies of #DC684B
Complementary color
Monochromatic Colors of #DC684B
Black with #DC684B
Text Example
Text Example
White with #DC684B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC684B; }
p { color: rgb(220,104,75); }
H1.HeaderClassName
{
color: #DC684B;
}
.AnyTagClassName
{
color: #DC684B;
}
</style>
background-color css
<style>
a { background-color: #DC684B; }
a { background-color: rgb(220,104,75); }
div.DivClassName
{
background-color: #DC684B;
}
.BgClassName
{
background-color: #DC684B;
}
</style>
border-color css
<style>
span { border-color: #DC684B; }
span { border-color: rgb(220,104,75); }
td.TdClassName
{
border-color: #DC684B;
}
.TagClassName
{
border-color: #DC684B;
}
</style>