Shades of Flamingo #DA614A
Tints of Flamingo #DA614A
RGB
CMYK
RGB Variations
Color information
#DA614A (or 0xDA614A) is known color: Flamingo. HEX triplet: DA, 61 and 4A. RGB value is (218,97,74). Sum of RGB (Red+Green+Blue) = 218+97+74=389 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.04% from 389); Green value is 97 (38.28% from 255 or 24.94% from 389); Blue value is 74 (29.30% from 255 or 19.02% from 389); Max value from RGB is 218 - color contains mainly: red. Hex color #DA614A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA614A is #259EB5. Grayscale: #828282. Windows color (decimal): -2465462 or 4874714. OLE color: 4874714.
HSL color Cylindrical-coordinate representation of color #DA614A: hue angle of 9.58º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DA614A is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 97 | 74 | - |
| CMYK | 0 | 0.56 | 0.66 | 0.15 |
| HSL | 9.58º | 0.66% | 0.57% | - |
| HSV(B) | 9.58º | 0.66% | 0.85% | - |
| XYZ | 34.42 | 23.95 | 9.29 | - |
| YUV | 130.56 | 96.09 | 190.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 97 | 74 | 0 | 0.56 | 0.66 | 0.15 | 9.58 | 0.66 | 0.57 |
| Hex | DA | 61 | 4A | 0 | 38 | 42 | F | A | 42 | 39 |
| Octal | 332 | 141 | 112 | 0 | 70 | 102 | 17 | 12 | 102 | 71 |
| Binary | 11011010 | 1100001 | 1001010 | 0 | 111000 | 1000010 | 1111 | 1010 | 1000010 | 111001 |
Color Harmonies of #DA614A
Complementary color
Monochromatic Colors of #DA614A
Black with #DA614A
Text Example
Text Example
White with #DA614A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA614A; }
p { color: rgb(218,97,74); }
H1.HeaderClassName
{
color: #DA614A;
}
.AnyTagClassName
{
color: #DA614A;
}
</style>
background-color css
<style>
a { background-color: #DA614A; }
a { background-color: rgb(218,97,74); }
div.DivClassName
{
background-color: #DA614A;
}
.BgClassName
{
background-color: #DA614A;
}
</style>
border-color css
<style>
span { border-color: #DA614A; }
span { border-color: rgb(218,97,74); }
td.TdClassName
{
border-color: #DA614A;
}
.TagClassName
{
border-color: #DA614A;
}
</style>