Shades of Flamingo #DA6B4D
Tints of Flamingo #DA6B4D
RGB
CMYK
RGB Variations
Color information
#DA6B4D (or 0xDA6B4D) is known color: Flamingo. HEX triplet: DA, 6B and 4D. RGB value is (218,107,77). Sum of RGB (Red+Green+Blue) = 218+107+77=402 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.23% from 402); Green value is 107 (42.19% from 255 or 26.62% from 402); Blue value is 77 (30.47% from 255 or 19.15% from 402); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6B4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6B4D is #2594B2. Grayscale: #888888. Windows color (decimal): -2462899 or 5073882. OLE color: 5073882.
HSL color Cylindrical-coordinate representation of color #DA6B4D: hue angle of 12.77º 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 #DA6B4D is Cyan = 0, Magento = 0.51, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 107 | 77 | - |
| CMYK | 0 | 0.51 | 0.65 | 0.15 |
| HSL | 12.77º | 0.66% | 0.58% | - |
| HSV(B) | 12.77º | 0.65% | 0.85% | - |
| XYZ | 35.51 | 25.96 | 10.16 | - |
| YUV | 136.77 | 94.27 | 185.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 107 | 77 | 0 | 0.51 | 0.65 | 0.15 | 12.77 | 0.66 | 0.58 |
| Hex | DA | 6B | 4D | 0 | 33 | 41 | F | D | 42 | 3A |
| Octal | 332 | 153 | 115 | 0 | 63 | 101 | 17 | 15 | 102 | 72 |
| Binary | 11011010 | 1101011 | 1001101 | 0 | 110011 | 1000001 | 1111 | 1101 | 1000010 | 111010 |
Color Harmonies of #DA6B4D
Complementary color
Monochromatic Colors of #DA6B4D
Black with #DA6B4D
Text Example
Text Example
White with #DA6B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6B4D; }
p { color: rgb(218,107,77); }
H1.HeaderClassName
{
color: #DA6B4D;
}
.AnyTagClassName
{
color: #DA6B4D;
}
</style>
background-color css
<style>
a { background-color: #DA6B4D; }
a { background-color: rgb(218,107,77); }
div.DivClassName
{
background-color: #DA6B4D;
}
.BgClassName
{
background-color: #DA6B4D;
}
</style>
border-color css
<style>
span { border-color: #DA6B4D; }
span { border-color: rgb(218,107,77); }
td.TdClassName
{
border-color: #DA6B4D;
}
.TagClassName
{
border-color: #DA6B4D;
}
</style>