Shades of Flamingo #DA6243
Tints of Flamingo #DA6243
RGB
CMYK
RGB Variations
Color information
#DA6243 (or 0xDA6243) is known color: Flamingo. HEX triplet: DA, 62 and 43. RGB value is (218,98,67). Sum of RGB (Red+Green+Blue) = 218+98+67=383 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.92% from 383); Green value is 98 (38.67% from 255 or 25.59% from 383); Blue value is 67 (26.56% from 255 or 17.49% from 383); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6243 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6243 is #259DBC. Grayscale: #828282. Windows color (decimal): -2465213 or 4416218. OLE color: 4416218.
HSL color Cylindrical-coordinate representation of color #DA6243: hue angle of 12.32º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DA6243 is Cyan = 0, Magento = 0.55, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 98 | 67 | - |
| CMYK | 0 | 0.55 | 0.69 | 0.15 |
| HSL | 12.32º | 0.67% | 0.56% | - |
| HSV(B) | 12.32º | 0.69% | 0.85% | - |
| XYZ | 34.29 | 24.05 | 8.14 | - |
| YUV | 130.35 | 92.26 | 190.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 98 | 67 | 0 | 0.55 | 0.69 | 0.15 | 12.32 | 0.67 | 0.56 |
| Hex | DA | 62 | 43 | 0 | 37 | 45 | F | C | 43 | 38 |
| Octal | 332 | 142 | 103 | 0 | 67 | 105 | 17 | 14 | 103 | 70 |
| Binary | 11011010 | 1100010 | 1000011 | 0 | 110111 | 1000101 | 1111 | 1100 | 1000011 | 111000 |
Color Harmonies of #DA6243
Complementary color
Monochromatic Colors of #DA6243
Black with #DA6243
Text Example
Text Example
White with #DA6243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6243; }
p { color: rgb(218,98,67); }
H1.HeaderClassName
{
color: #DA6243;
}
.AnyTagClassName
{
color: #DA6243;
}
</style>
background-color css
<style>
a { background-color: #DA6243; }
a { background-color: rgb(218,98,67); }
div.DivClassName
{
background-color: #DA6243;
}
.BgClassName
{
background-color: #DA6243;
}
</style>
border-color css
<style>
span { border-color: #DA6243; }
span { border-color: rgb(218,98,67); }
td.TdClassName
{
border-color: #DA6243;
}
.TagClassName
{
border-color: #DA6243;
}
</style>