Shades of Flamingo #DA604E
Tints of Flamingo #DA604E
RGB
CMYK
RGB Variations
Color information
#DA604E (or 0xDA604E) is known color: Flamingo. HEX triplet: DA, 60 and 4E. RGB value is (218,96,78). Sum of RGB (Red+Green+Blue) = 218+96+78=392 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.61% from 392); Green value is 96 (37.89% from 255 or 24.49% from 392); Blue value is 78 (30.86% from 255 or 19.90% from 392); Max value from RGB is 218 - color contains mainly: red. Hex color #DA604E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA604E is #259FB1. Grayscale: #828282. Windows color (decimal): -2465714 or 5136602. OLE color: 5136602.
HSL color Cylindrical-coordinate representation of color #DA604E: hue angle of 7.71º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DA604E is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 96 | 78 | - |
| CMYK | 0 | 0.56 | 0.64 | 0.15 |
| HSL | 7.71º | 0.65% | 0.58% | - |
| HSV(B) | 7.71º | 0.64% | 0.85% | - |
| XYZ | 34.47 | 23.82 | 9.99 | - |
| YUV | 130.43 | 98.42 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 96 | 78 | 0 | 0.56 | 0.64 | 0.15 | 7.71 | 0.65 | 0.58 |
| Hex | DA | 60 | 4E | 0 | 38 | 40 | F | 8 | 41 | 3A |
| Octal | 332 | 140 | 116 | 0 | 70 | 100 | 17 | 10 | 101 | 72 |
| Binary | 11011010 | 1100000 | 1001110 | 0 | 111000 | 1000000 | 1111 | 1000 | 1000001 | 111010 |
Color Harmonies of #DA604E
Complementary color
Monochromatic Colors of #DA604E
Black with #DA604E
Text Example
Text Example
White with #DA604E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA604E; }
p { color: rgb(218,96,78); }
H1.HeaderClassName
{
color: #DA604E;
}
.AnyTagClassName
{
color: #DA604E;
}
</style>
background-color css
<style>
a { background-color: #DA604E; }
a { background-color: rgb(218,96,78); }
div.DivClassName
{
background-color: #DA604E;
}
.BgClassName
{
background-color: #DA604E;
}
</style>
border-color css
<style>
span { border-color: #DA604E; }
span { border-color: rgb(218,96,78); }
td.TdClassName
{
border-color: #DA604E;
}
.TagClassName
{
border-color: #DA604E;
}
</style>