Shades of Flamingo #DA674B
Tints of Flamingo #DA674B
RGB
CMYK
RGB Variations
Color information
#DA674B (or 0xDA674B) is known color: Flamingo. HEX triplet: DA, 67 and 4B. RGB value is (218,103,75). Sum of RGB (Red+Green+Blue) = 218+103+75=396 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.05% from 396); Green value is 103 (40.62% from 255 or 26.01% from 396); Blue value is 75 (29.69% from 255 or 18.94% from 396); Max value from RGB is 218 - color contains mainly: red. Hex color #DA674B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA674B is #2598B4. Grayscale: #868686. Windows color (decimal): -2463925 or 4941786. OLE color: 4941786.
HSL color Cylindrical-coordinate representation of color #DA674B: hue angle of 11.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 #DA674B is Cyan = 0, Magento = 0.53, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 103 | 75 | - |
| CMYK | 0 | 0.53 | 0.66 | 0.15 |
| HSL | 11.75º | 0.66% | 0.57% | - |
| HSV(B) | 11.75º | 0.66% | 0.85% | - |
| XYZ | 35.03 | 25.11 | 9.66 | - |
| YUV | 134.19 | 94.6 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 103 | 75 | 0 | 0.53 | 0.66 | 0.15 | 11.75 | 0.66 | 0.57 |
| Hex | DA | 67 | 4B | 0 | 35 | 42 | F | C | 42 | 39 |
| Octal | 332 | 147 | 113 | 0 | 65 | 102 | 17 | 14 | 102 | 71 |
| Binary | 11011010 | 1100111 | 1001011 | 0 | 110101 | 1000010 | 1111 | 1100 | 1000010 | 111001 |
Color Harmonies of #DA674B
Complementary color
Monochromatic Colors of #DA674B
Black with #DA674B
Text Example
Text Example
White with #DA674B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA674B; }
p { color: rgb(218,103,75); }
H1.HeaderClassName
{
color: #DA674B;
}
.AnyTagClassName
{
color: #DA674B;
}
</style>
background-color css
<style>
a { background-color: #DA674B; }
a { background-color: rgb(218,103,75); }
div.DivClassName
{
background-color: #DA674B;
}
.BgClassName
{
background-color: #DA674B;
}
</style>
border-color css
<style>
span { border-color: #DA674B; }
span { border-color: rgb(218,103,75); }
td.TdClassName
{
border-color: #DA674B;
}
.TagClassName
{
border-color: #DA674B;
}
</style>