Shades of Flamingo #DC694B
Tints of Flamingo #DC694B
RGB
CMYK
RGB Variations
Color information
#DC694B (or 0xDC694B) is known color: Flamingo. HEX triplet: DC, 69 and 4B. RGB value is (220,105,75). Sum of RGB (Red+Green+Blue) = 220+105+75=400 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55% from 400); Green value is 105 (41.41% from 255 or 26.25% from 400); Blue value is 75 (29.69% from 255 or 18.75% from 400); Max value from RGB is 220 - color contains mainly: red. Hex color #DC694B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC694B is #2396B4. Grayscale: #888888. Windows color (decimal): -2332341 or 4942300. OLE color: 4942300.
HSL color Cylindrical-coordinate representation of color #DC694B: hue angle of 12.41º 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 #DC694B is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 105 | 75 | - |
| CMYK | 0 | 0.52 | 0.66 | 0.14 |
| HSL | 12.41º | 0.67% | 0.58% | - |
| HSV(B) | 12.41º | 0.66% | 0.86% | - |
| XYZ | 35.84 | 25.83 | 9.75 | - |
| YUV | 135.97 | 93.6 | 187.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 105 | 75 | 0 | 0.52 | 0.66 | 0.14 | 12.41 | 0.67 | 0.58 |
| Hex | DC | 69 | 4B | 0 | 34 | 42 | E | C | 43 | 3A |
| Octal | 334 | 151 | 113 | 0 | 64 | 102 | 16 | 14 | 103 | 72 |
| Binary | 11011100 | 1101001 | 1001011 | 0 | 110100 | 1000010 | 1110 | 1100 | 1000011 | 111010 |
Color Harmonies of #DC694B
Complementary color
Monochromatic Colors of #DC694B
Black with #DC694B
Text Example
Text Example
White with #DC694B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC694B; }
p { color: rgb(220,105,75); }
H1.HeaderClassName
{
color: #DC694B;
}
.AnyTagClassName
{
color: #DC694B;
}
</style>
background-color css
<style>
a { background-color: #DC694B; }
a { background-color: rgb(220,105,75); }
div.DivClassName
{
background-color: #DC694B;
}
.BgClassName
{
background-color: #DC694B;
}
</style>
border-color css
<style>
span { border-color: #DC694B; }
span { border-color: rgb(220,105,75); }
td.TdClassName
{
border-color: #DC694B;
}
.TagClassName
{
border-color: #DC694B;
}
</style>