Shades of Flamingo #DA674A
Tints of Flamingo #DA674A
RGB
CMYK
RGB Variations
Color information
#DA674A (or 0xDA674A) is known color: Flamingo. HEX triplet: DA, 67 and 4A. RGB value is (218,103,74). Sum of RGB (Red+Green+Blue) = 218+103+74=395 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.19% from 395); Green value is 103 (40.62% from 255 or 26.08% from 395); Blue value is 74 (29.30% from 255 or 18.73% from 395); Max value from RGB is 218 - color contains mainly: red. Hex color #DA674A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA674A is #2598B5. Grayscale: #868686. Windows color (decimal): -2463926 or 4876250. OLE color: 4876250.
HSL color Cylindrical-coordinate representation of color #DA674A: hue angle of 12.08º 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 #DA674A is Cyan = 0, Magento = 0.53, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 103 | 74 | - |
| CMYK | 0 | 0.53 | 0.66 | 0.15 |
| HSL | 12.08º | 0.66% | 0.57% | - |
| HSV(B) | 12.08º | 0.66% | 0.85% | - |
| XYZ | 35 | 25.1 | 9.48 | - |
| YUV | 134.08 | 94.1 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 103 | 74 | 0 | 0.53 | 0.66 | 0.15 | 12.08 | 0.66 | 0.57 |
| Hex | DA | 67 | 4A | 0 | 35 | 42 | F | C | 42 | 39 |
| Octal | 332 | 147 | 112 | 0 | 65 | 102 | 17 | 14 | 102 | 71 |
| Binary | 11011010 | 1100111 | 1001010 | 0 | 110101 | 1000010 | 1111 | 1100 | 1000010 | 111001 |
Color Harmonies of #DA674A
Complementary color
Monochromatic Colors of #DA674A
Black with #DA674A
Text Example
Text Example
White with #DA674A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA674A; }
p { color: rgb(218,103,74); }
H1.HeaderClassName
{
color: #DA674A;
}
.AnyTagClassName
{
color: #DA674A;
}
</style>
background-color css
<style>
a { background-color: #DA674A; }
a { background-color: rgb(218,103,74); }
div.DivClassName
{
background-color: #DA674A;
}
.BgClassName
{
background-color: #DA674A;
}
</style>
border-color css
<style>
span { border-color: #DA674A; }
span { border-color: rgb(218,103,74); }
td.TdClassName
{
border-color: #DA674A;
}
.TagClassName
{
border-color: #DA674A;
}
</style>