Shades of Flamingo #DA6B4C
Tints of Flamingo #DA6B4C
RGB
CMYK
RGB Variations
Color information
#DA6B4C (or 0xDA6B4C) is known color: Flamingo. HEX triplet: DA, 6B and 4C. RGB value is (218,107,76). Sum of RGB (Red+Green+Blue) = 218+107+76=401 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.36% from 401); Green value is 107 (42.19% from 255 or 26.68% from 401); Blue value is 76 (30.08% from 255 or 18.95% from 401); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6B4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6B4C is #2594B3. Grayscale: #888888. Windows color (decimal): -2462900 or 5008346. OLE color: 5008346.
HSL color Cylindrical-coordinate representation of color #DA6B4C: hue angle of 13.1º 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 #DA6B4C is Cyan = 0, Magento = 0.51, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 107 | 76 | - |
| CMYK | 0 | 0.51 | 0.65 | 0.15 |
| HSL | 13.1º | 0.66% | 0.58% | - |
| HSV(B) | 13.1º | 0.65% | 0.85% | - |
| XYZ | 35.48 | 25.94 | 9.98 | - |
| YUV | 136.66 | 93.77 | 186.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 107 | 76 | 0 | 0.51 | 0.65 | 0.15 | 13.1 | 0.66 | 0.58 |
| Hex | DA | 6B | 4C | 0 | 33 | 41 | F | D | 42 | 3A |
| Octal | 332 | 153 | 114 | 0 | 63 | 101 | 17 | 15 | 102 | 72 |
| Binary | 11011010 | 1101011 | 1001100 | 0 | 110011 | 1000001 | 1111 | 1101 | 1000010 | 111010 |
Color Harmonies of #DA6B4C
Complementary color
Monochromatic Colors of #DA6B4C
Black with #DA6B4C
Text Example
Text Example
White with #DA6B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6B4C; }
p { color: rgb(218,107,76); }
H1.HeaderClassName
{
color: #DA6B4C;
}
.AnyTagClassName
{
color: #DA6B4C;
}
</style>
background-color css
<style>
a { background-color: #DA6B4C; }
a { background-color: rgb(218,107,76); }
div.DivClassName
{
background-color: #DA6B4C;
}
.BgClassName
{
background-color: #DA6B4C;
}
</style>
border-color css
<style>
span { border-color: #DA6B4C; }
span { border-color: rgb(218,107,76); }
td.TdClassName
{
border-color: #DA6B4C;
}
.TagClassName
{
border-color: #DA6B4C;
}
</style>