Shades of Flamingo #DA604C
Tints of Flamingo #DA604C
RGB
CMYK
RGB Variations
Color information
#DA604C (or 0xDA604C) is known color: Flamingo. HEX triplet: DA, 60 and 4C. RGB value is (218,96,76). Sum of RGB (Red+Green+Blue) = 218+96+76=390 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.90% from 390); Green value is 96 (37.89% from 255 or 24.62% from 390); Blue value is 76 (30.08% from 255 or 19.49% from 390); Max value from RGB is 218 - color contains mainly: red. Hex color #DA604C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA604C is #259FB3. Grayscale: #828282. Windows color (decimal): -2465716 or 5005530. OLE color: 5005530.
HSL color Cylindrical-coordinate representation of color #DA604C: hue angle of 8.45º 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 #DA604C is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 96 | 76 | - |
| CMYK | 0 | 0.56 | 0.65 | 0.15 |
| HSL | 8.45º | 0.66% | 0.58% | - |
| HSV(B) | 8.45º | 0.65% | 0.85% | - |
| XYZ | 34.4 | 23.79 | 9.62 | - |
| YUV | 130.2 | 97.42 | 190.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 96 | 76 | 0 | 0.56 | 0.65 | 0.15 | 8.45 | 0.66 | 0.58 |
| Hex | DA | 60 | 4C | 0 | 38 | 41 | F | 8 | 42 | 3A |
| Octal | 332 | 140 | 114 | 0 | 70 | 101 | 17 | 10 | 102 | 72 |
| Binary | 11011010 | 1100000 | 1001100 | 0 | 111000 | 1000001 | 1111 | 1000 | 1000010 | 111010 |
Color Harmonies of #DA604C
Complementary color
Monochromatic Colors of #DA604C
Black with #DA604C
Text Example
Text Example
White with #DA604C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA604C; }
p { color: rgb(218,96,76); }
H1.HeaderClassName
{
color: #DA604C;
}
.AnyTagClassName
{
color: #DA604C;
}
</style>
background-color css
<style>
a { background-color: #DA604C; }
a { background-color: rgb(218,96,76); }
div.DivClassName
{
background-color: #DA604C;
}
.BgClassName
{
background-color: #DA604C;
}
</style>
border-color css
<style>
span { border-color: #DA604C; }
span { border-color: rgb(218,96,76); }
td.TdClassName
{
border-color: #DA604C;
}
.TagClassName
{
border-color: #DA604C;
}
</style>