Shades of Flamingo #D9694C
Tints of Flamingo #D9694C
RGB
CMYK
RGB Variations
Color information
#D9694C (or 0xD9694C) is known color: Flamingo. HEX triplet: D9, 69 and 4C. RGB value is (217,105,76). Sum of RGB (Red+Green+Blue) = 217+105+76=398 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.52% from 398); Green value is 105 (41.41% from 255 or 26.38% from 398); Blue value is 76 (30.08% from 255 or 19.10% from 398); Max value from RGB is 217 - color contains mainly: red. Hex color #D9694C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9694C is #2696B3. Grayscale: #878787. Windows color (decimal): -2528948 or 5007833. OLE color: 5007833.
HSL color Cylindrical-coordinate representation of color #D9694C: hue angle of 12.34º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D9694C is Cyan = 0, Magento = 0.52, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 105 | 76 | - |
| CMYK | 0 | 0.52 | 0.65 | 0.15 |
| HSL | 12.34º | 0.65% | 0.57% | - |
| HSV(B) | 12.34º | 0.65% | 0.85% | - |
| XYZ | 34.97 | 25.38 | 9.89 | - |
| YUV | 135.18 | 94.61 | 186.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 105 | 76 | 0 | 0.52 | 0.65 | 0.15 | 12.34 | 0.65 | 0.57 |
| Hex | D9 | 69 | 4C | 0 | 34 | 41 | F | C | 41 | 39 |
| Octal | 331 | 151 | 114 | 0 | 64 | 101 | 17 | 14 | 101 | 71 |
| Binary | 11011001 | 1101001 | 1001100 | 0 | 110100 | 1000001 | 1111 | 1100 | 1000001 | 111001 |
Color Harmonies of #D9694C
Complementary color
Monochromatic Colors of #D9694C
Black with #D9694C
Text Example
Text Example
White with #D9694C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9694C; }
p { color: rgb(217,105,76); }
H1.HeaderClassName
{
color: #D9694C;
}
.AnyTagClassName
{
color: #D9694C;
}
</style>
background-color css
<style>
a { background-color: #D9694C; }
a { background-color: rgb(217,105,76); }
div.DivClassName
{
background-color: #D9694C;
}
.BgClassName
{
background-color: #D9694C;
}
</style>
border-color css
<style>
span { border-color: #D9694C; }
span { border-color: rgb(217,105,76); }
td.TdClassName
{
border-color: #D9694C;
}
.TagClassName
{
border-color: #D9694C;
}
</style>