Shades of Flamingo #DA694B
Tints of Flamingo #DA694B
RGB
CMYK
RGB Variations
Color information
#DA694B (or 0xDA694B) is known color: Flamingo. HEX triplet: DA, 69 and 4B. RGB value is (218,105,75). Sum of RGB (Red+Green+Blue) = 218+105+75=398 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.77% from 398); Green value is 105 (41.41% from 255 or 26.38% from 398); Blue value is 75 (29.69% from 255 or 18.84% from 398); Max value from RGB is 218 - color contains mainly: red. Hex color #DA694B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA694B is #2596B4. Grayscale: #878787. Windows color (decimal): -2463413 or 4942298. OLE color: 4942298.
HSL color Cylindrical-coordinate representation of color #DA694B: hue angle of 12.59º 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 #DA694B is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 105 | 75 | - |
| CMYK | 0 | 0.52 | 0.66 | 0.15 |
| HSL | 12.59º | 0.66% | 0.57% | - |
| HSV(B) | 12.59º | 0.66% | 0.85% | - |
| XYZ | 35.24 | 25.52 | 9.72 | - |
| YUV | 135.37 | 93.94 | 186.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 105 | 75 | 0 | 0.52 | 0.66 | 0.15 | 12.59 | 0.66 | 0.57 |
| Hex | DA | 69 | 4B | 0 | 34 | 42 | F | D | 42 | 39 |
| Octal | 332 | 151 | 113 | 0 | 64 | 102 | 17 | 15 | 102 | 71 |
| Binary | 11011010 | 1101001 | 1001011 | 0 | 110100 | 1000010 | 1111 | 1101 | 1000010 | 111001 |
Color Harmonies of #DA694B
Complementary color
Monochromatic Colors of #DA694B
Black with #DA694B
Text Example
Text Example
White with #DA694B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA694B; }
p { color: rgb(218,105,75); }
H1.HeaderClassName
{
color: #DA694B;
}
.AnyTagClassName
{
color: #DA694B;
}
</style>
background-color css
<style>
a { background-color: #DA694B; }
a { background-color: rgb(218,105,75); }
div.DivClassName
{
background-color: #DA694B;
}
.BgClassName
{
background-color: #DA694B;
}
</style>
border-color css
<style>
span { border-color: #DA694B; }
span { border-color: rgb(218,105,75); }
td.TdClassName
{
border-color: #DA694B;
}
.TagClassName
{
border-color: #DA694B;
}
</style>