Shades of Flamingo #DD694A
Tints of Flamingo #DD694A
RGB
CMYK
RGB Variations
Color information
#DD694A (or 0xDD694A) is known color: Flamingo. HEX triplet: DD, 69 and 4A. RGB value is (221,105,74). Sum of RGB (Red+Green+Blue) = 221+105+74=400 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.25% from 400); Green value is 105 (41.41% from 255 or 26.25% from 400); Blue value is 74 (29.30% from 255 or 18.5% from 400); Max value from RGB is 221 - color contains mainly: red. Hex color #DD694A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD694A is #2296B5. Grayscale: #888888. Windows color (decimal): -2266806 or 4876765. OLE color: 4876765.
HSL color Cylindrical-coordinate representation of color #DD694A: hue angle of 12.65º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD694A is Cyan = 0, Magento = 0.52, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 105 | 74 | - |
| CMYK | 0 | 0.52 | 0.67 | 0.13 |
| HSL | 12.65º | 0.68% | 0.58% | - |
| HSV(B) | 12.65º | 0.67% | 0.87% | - |
| XYZ | 36.11 | 25.97 | 9.59 | - |
| YUV | 136.15 | 92.93 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 105 | 74 | 0 | 0.52 | 0.67 | 0.13 | 12.65 | 0.68 | 0.58 |
| Hex | DD | 69 | 4A | 0 | 34 | 43 | D | D | 44 | 3A |
| Octal | 335 | 151 | 112 | 0 | 64 | 103 | 15 | 15 | 104 | 72 |
| Binary | 11011101 | 1101001 | 1001010 | 0 | 110100 | 1000011 | 1101 | 1101 | 1000100 | 111010 |
Color Harmonies of #DD694A
Complementary color
Monochromatic Colors of #DD694A
Black with #DD694A
Text Example
Text Example
White with #DD694A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD694A; }
p { color: rgb(221,105,74); }
H1.HeaderClassName
{
color: #DD694A;
}
.AnyTagClassName
{
color: #DD694A;
}
</style>
background-color css
<style>
a { background-color: #DD694A; }
a { background-color: rgb(221,105,74); }
div.DivClassName
{
background-color: #DD694A;
}
.BgClassName
{
background-color: #DD694A;
}
</style>
border-color css
<style>
span { border-color: #DD694A; }
span { border-color: rgb(221,105,74); }
td.TdClassName
{
border-color: #DD694A;
}
.TagClassName
{
border-color: #DD694A;
}
</style>