Shades of Flamingo #DA654B
Tints of Flamingo #DA654B
RGB
CMYK
RGB Variations
Color information
#DA654B (or 0xDA654B) is known color: Flamingo. HEX triplet: DA, 65 and 4B. RGB value is (218,101,75). Sum of RGB (Red+Green+Blue) = 218+101+75=394 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.33% from 394); Green value is 101 (39.84% from 255 or 25.63% from 394); Blue value is 75 (29.69% from 255 or 19.04% from 394); Max value from RGB is 218 - color contains mainly: red. Hex color #DA654B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA654B is #259AB4. Grayscale: #858585. Windows color (decimal): -2464437 or 4941274. OLE color: 4941274.
HSL color Cylindrical-coordinate representation of color #DA654B: hue angle of 10.91º 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 #DA654B is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 101 | 75 | - |
| CMYK | 0 | 0.54 | 0.66 | 0.15 |
| HSL | 10.91º | 0.66% | 0.57% | - |
| HSV(B) | 10.91º | 0.66% | 0.85% | - |
| XYZ | 34.84 | 24.72 | 9.59 | - |
| YUV | 133.02 | 95.26 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 101 | 75 | 0 | 0.54 | 0.66 | 0.15 | 10.91 | 0.66 | 0.57 |
| Hex | DA | 65 | 4B | 0 | 36 | 42 | F | B | 42 | 39 |
| Octal | 332 | 145 | 113 | 0 | 66 | 102 | 17 | 13 | 102 | 71 |
| Binary | 11011010 | 1100101 | 1001011 | 0 | 110110 | 1000010 | 1111 | 1011 | 1000010 | 111001 |
Color Harmonies of #DA654B
Complementary color
Monochromatic Colors of #DA654B
Black with #DA654B
Text Example
Text Example
White with #DA654B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA654B; }
p { color: rgb(218,101,75); }
H1.HeaderClassName
{
color: #DA654B;
}
.AnyTagClassName
{
color: #DA654B;
}
</style>
background-color css
<style>
a { background-color: #DA654B; }
a { background-color: rgb(218,101,75); }
div.DivClassName
{
background-color: #DA654B;
}
.BgClassName
{
background-color: #DA654B;
}
</style>
border-color css
<style>
span { border-color: #DA654B; }
span { border-color: rgb(218,101,75); }
td.TdClassName
{
border-color: #DA654B;
}
.TagClassName
{
border-color: #DA654B;
}
</style>