Shades of Flamingo #DA654C
Tints of Flamingo #DA654C
RGB
CMYK
RGB Variations
Color information
#DA654C (or 0xDA654C) is known color: Flamingo. HEX triplet: DA, 65 and 4C. RGB value is (218,101,76). Sum of RGB (Red+Green+Blue) = 218+101+76=395 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.19% from 395); Green value is 101 (39.84% from 255 or 25.57% from 395); Blue value is 76 (30.08% from 255 or 19.24% from 395); Max value from RGB is 218 - color contains mainly: red. Hex color #DA654C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA654C is #259AB3. Grayscale: #858585. Windows color (decimal): -2464436 or 5006810. OLE color: 5006810.
HSL color Cylindrical-coordinate representation of color #DA654C: hue angle of 10.56º 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 #DA654C is Cyan = 0, Magento = 0.54, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 101 | 76 | - |
| CMYK | 0 | 0.54 | 0.65 | 0.15 |
| HSL | 10.56º | 0.66% | 0.58% | - |
| HSV(B) | 10.56º | 0.65% | 0.85% | - |
| XYZ | 34.87 | 24.73 | 9.77 | - |
| YUV | 133.13 | 95.76 | 188.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 101 | 76 | 0 | 0.54 | 0.65 | 0.15 | 10.56 | 0.66 | 0.58 |
| Hex | DA | 65 | 4C | 0 | 36 | 41 | F | B | 42 | 3A |
| Octal | 332 | 145 | 114 | 0 | 66 | 101 | 17 | 13 | 102 | 72 |
| Binary | 11011010 | 1100101 | 1001100 | 0 | 110110 | 1000001 | 1111 | 1011 | 1000010 | 111010 |
Color Harmonies of #DA654C
Complementary color
Monochromatic Colors of #DA654C
Black with #DA654C
Text Example
Text Example
White with #DA654C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA654C; }
p { color: rgb(218,101,76); }
H1.HeaderClassName
{
color: #DA654C;
}
.AnyTagClassName
{
color: #DA654C;
}
</style>
background-color css
<style>
a { background-color: #DA654C; }
a { background-color: rgb(218,101,76); }
div.DivClassName
{
background-color: #DA654C;
}
.BgClassName
{
background-color: #DA654C;
}
</style>
border-color css
<style>
span { border-color: #DA654C; }
span { border-color: rgb(218,101,76); }
td.TdClassName
{
border-color: #DA654C;
}
.TagClassName
{
border-color: #DA654C;
}
</style>