Shades of Flamingo #DA6A4C
Tints of Flamingo #DA6A4C
RGB
CMYK
RGB Variations
Color information
#DA6A4C (or 0xDA6A4C) is known color: Flamingo. HEX triplet: DA, 6A and 4C. RGB value is (218,106,76). Sum of RGB (Red+Green+Blue) = 218+106+76=400 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.5% from 400); Green value is 106 (41.80% from 255 or 26.5% from 400); Blue value is 76 (30.08% from 255 or 19% from 400); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6A4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6A4C is #2595B3. Grayscale: #888888. Windows color (decimal): -2463156 or 5008090. OLE color: 5008090.
HSL color Cylindrical-coordinate representation of color #DA6A4C: hue angle of 12.68º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DA6A4C is Cyan = 0, Magento = 0.51, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 106 | 76 | - |
| CMYK | 0 | 0.51 | 0.65 | 0.15 |
| HSL | 12.68º | 0.66% | 0.58% | - |
| HSV(B) | 12.68º | 0.65% | 0.85% | - |
| XYZ | 35.37 | 25.74 | 9.94 | - |
| YUV | 136.07 | 94.11 | 186.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 106 | 76 | 0 | 0.51 | 0.65 | 0.15 | 12.68 | 0.66 | 0.58 |
| Hex | DA | 6A | 4C | 0 | 33 | 41 | F | D | 42 | 3A |
| Octal | 332 | 152 | 114 | 0 | 63 | 101 | 17 | 15 | 102 | 72 |
| Binary | 11011010 | 1101010 | 1001100 | 0 | 110011 | 1000001 | 1111 | 1101 | 1000010 | 111010 |
Color Harmonies of #DA6A4C
Complementary color
Monochromatic Colors of #DA6A4C
Black with #DA6A4C
Text Example
Text Example
White with #DA6A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6A4C; }
p { color: rgb(218,106,76); }
H1.HeaderClassName
{
color: #DA6A4C;
}
.AnyTagClassName
{
color: #DA6A4C;
}
</style>
background-color css
<style>
a { background-color: #DA6A4C; }
a { background-color: rgb(218,106,76); }
div.DivClassName
{
background-color: #DA6A4C;
}
.BgClassName
{
background-color: #DA6A4C;
}
</style>
border-color css
<style>
span { border-color: #DA6A4C; }
span { border-color: rgb(218,106,76); }
td.TdClassName
{
border-color: #DA6A4C;
}
.TagClassName
{
border-color: #DA6A4C;
}
</style>