Shades of Flamingo #DA6645
Tints of Flamingo #DA6645
RGB
CMYK
RGB Variations
Color information
#DA6645 (or 0xDA6645) is known color: Flamingo. HEX triplet: DA, 66 and 45. RGB value is (218,102,69). Sum of RGB (Red+Green+Blue) = 218+102+69=389 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.04% from 389); Green value is 102 (40.23% from 255 or 26.22% from 389); Blue value is 69 (27.34% from 255 or 17.74% from 389); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6645 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6645 is #2599BA. Grayscale: #858585. Windows color (decimal): -2464187 or 4548314. OLE color: 4548314.
HSL color Cylindrical-coordinate representation of color #DA6645: hue angle of 13.29º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DA6645 is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 102 | 69 | - |
| CMYK | 0 | 0.53 | 0.68 | 0.15 |
| HSL | 13.29º | 0.67% | 0.56% | - |
| HSV(B) | 13.29º | 0.68% | 0.85% | - |
| XYZ | 34.74 | 24.84 | 8.59 | - |
| YUV | 132.92 | 91.93 | 188.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 102 | 69 | 0 | 0.53 | 0.68 | 0.15 | 13.29 | 0.67 | 0.56 |
| Hex | DA | 66 | 45 | 0 | 35 | 44 | F | D | 43 | 38 |
| Octal | 332 | 146 | 105 | 0 | 65 | 104 | 17 | 15 | 103 | 70 |
| Binary | 11011010 | 1100110 | 1000101 | 0 | 110101 | 1000100 | 1111 | 1101 | 1000011 | 111000 |
Color Harmonies of #DA6645
Complementary color
Monochromatic Colors of #DA6645
Black with #DA6645
Text Example
Text Example
White with #DA6645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6645; }
p { color: rgb(218,102,69); }
H1.HeaderClassName
{
color: #DA6645;
}
.AnyTagClassName
{
color: #DA6645;
}
</style>
background-color css
<style>
a { background-color: #DA6645; }
a { background-color: rgb(218,102,69); }
div.DivClassName
{
background-color: #DA6645;
}
.BgClassName
{
background-color: #DA6645;
}
</style>
border-color css
<style>
span { border-color: #DA6645; }
span { border-color: rgb(218,102,69); }
td.TdClassName
{
border-color: #DA6645;
}
.TagClassName
{
border-color: #DA6645;
}
</style>