Shades of Flamingo #DA654A
Tints of Flamingo #DA654A
RGB
CMYK
RGB Variations
Color information
#DA654A (or 0xDA654A) is known color: Flamingo. HEX triplet: DA, 65 and 4A. RGB value is (218,101,74). Sum of RGB (Red+Green+Blue) = 218+101+74=393 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.47% from 393); Green value is 101 (39.84% from 255 or 25.70% from 393); Blue value is 74 (29.30% from 255 or 18.83% from 393); Max value from RGB is 218 - color contains mainly: red. Hex color #DA654A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA654A is #259AB5. Grayscale: #858585. Windows color (decimal): -2464438 or 4875738. OLE color: 4875738.
HSL color Cylindrical-coordinate representation of color #DA654A: hue angle of 11.25º 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 #DA654A is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 101 | 74 | - |
| CMYK | 0 | 0.54 | 0.66 | 0.15 |
| HSL | 11.25º | 0.66% | 0.57% | - |
| HSV(B) | 11.25º | 0.66% | 0.85% | - |
| XYZ | 34.8 | 24.71 | 9.41 | - |
| YUV | 132.91 | 94.76 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 101 | 74 | 0 | 0.54 | 0.66 | 0.15 | 11.25 | 0.66 | 0.57 |
| Hex | DA | 65 | 4A | 0 | 36 | 42 | F | B | 42 | 39 |
| Octal | 332 | 145 | 112 | 0 | 66 | 102 | 17 | 13 | 102 | 71 |
| Binary | 11011010 | 1100101 | 1001010 | 0 | 110110 | 1000010 | 1111 | 1011 | 1000010 | 111001 |
Color Harmonies of #DA654A
Complementary color
Monochromatic Colors of #DA654A
Black with #DA654A
Text Example
Text Example
White with #DA654A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA654A; }
p { color: rgb(218,101,74); }
H1.HeaderClassName
{
color: #DA654A;
}
.AnyTagClassName
{
color: #DA654A;
}
</style>
background-color css
<style>
a { background-color: #DA654A; }
a { background-color: rgb(218,101,74); }
div.DivClassName
{
background-color: #DA654A;
}
.BgClassName
{
background-color: #DA654A;
}
</style>
border-color css
<style>
span { border-color: #DA654A; }
span { border-color: rgb(218,101,74); }
td.TdClassName
{
border-color: #DA654A;
}
.TagClassName
{
border-color: #DA654A;
}
</style>