Shades of Flamingo #DA6B4A
Tints of Flamingo #DA6B4A
RGB
CMYK
RGB Variations
Color information
#DA6B4A (or 0xDA6B4A) is known color: Flamingo. HEX triplet: DA, 6B and 4A. RGB value is (218,107,74). Sum of RGB (Red+Green+Blue) = 218+107+74=399 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.64% from 399); Green value is 107 (42.19% from 255 or 26.82% from 399); Blue value is 74 (29.30% from 255 or 18.55% from 399); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6B4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6B4A is #2594B5. Grayscale: #888888. Windows color (decimal): -2462902 or 4877274. OLE color: 4877274.
HSL color Cylindrical-coordinate representation of color #DA6B4A: hue angle of 13.75º 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 #DA6B4A is Cyan = 0, Magento = 0.51, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 107 | 74 | - |
| CMYK | 0 | 0.51 | 0.66 | 0.15 |
| HSL | 13.75º | 0.66% | 0.57% | - |
| HSV(B) | 13.75º | 0.66% | 0.85% | - |
| XYZ | 35.41 | 25.92 | 9.61 | - |
| YUV | 136.43 | 92.77 | 186.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 107 | 74 | 0 | 0.51 | 0.66 | 0.15 | 13.75 | 0.66 | 0.57 |
| Hex | DA | 6B | 4A | 0 | 33 | 42 | F | E | 42 | 39 |
| Octal | 332 | 153 | 112 | 0 | 63 | 102 | 17 | 16 | 102 | 71 |
| Binary | 11011010 | 1101011 | 1001010 | 0 | 110011 | 1000010 | 1111 | 1110 | 1000010 | 111001 |
Color Harmonies of #DA6B4A
Complementary color
Monochromatic Colors of #DA6B4A
Black with #DA6B4A
Text Example
Text Example
White with #DA6B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6B4A; }
p { color: rgb(218,107,74); }
H1.HeaderClassName
{
color: #DA6B4A;
}
.AnyTagClassName
{
color: #DA6B4A;
}
</style>
background-color css
<style>
a { background-color: #DA6B4A; }
a { background-color: rgb(218,107,74); }
div.DivClassName
{
background-color: #DA6B4A;
}
.BgClassName
{
background-color: #DA6B4A;
}
</style>
border-color css
<style>
span { border-color: #DA6B4A; }
span { border-color: rgb(218,107,74); }
td.TdClassName
{
border-color: #DA6B4A;
}
.TagClassName
{
border-color: #DA6B4A;
}
</style>