Shades of Flamingo #D8664A
Tints of Flamingo #D8664A
RGB
CMYK
RGB Variations
Color information
#D8664A (or 0xD8664A) is known color: Flamingo. HEX triplet: D8, 66 and 4A. RGB value is (216,102,74). Sum of RGB (Red+Green+Blue) = 216+102+74=392 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.10% from 392); Green value is 102 (40.23% from 255 or 26.02% from 392); Blue value is 74 (29.30% from 255 or 18.88% from 392); Max value from RGB is 216 - color contains mainly: red. Hex color #D8664A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8664A is #2799B5. Grayscale: #858585. Windows color (decimal): -2595254 or 4875992. OLE color: 4875992.
HSL color Cylindrical-coordinate representation of color #D8664A: hue angle of 11.83º degrees, saturation: 0.65, 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 #D8664A is Cyan = 0, Magento = 0.53, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 102 | 74 | - |
| CMYK | 0 | 0.53 | 0.66 | 0.15 |
| HSL | 11.83º | 0.65% | 0.57% | - |
| HSV(B) | 11.83º | 0.66% | 0.85% | - |
| XYZ | 34.31 | 24.6 | 9.42 | - |
| YUV | 132.89 | 94.77 | 187.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 102 | 74 | 0 | 0.53 | 0.66 | 0.15 | 11.83 | 0.65 | 0.57 |
| Hex | D8 | 66 | 4A | 0 | 35 | 42 | F | C | 41 | 39 |
| Octal | 330 | 146 | 112 | 0 | 65 | 102 | 17 | 14 | 101 | 71 |
| Binary | 11011000 | 1100110 | 1001010 | 0 | 110101 | 1000010 | 1111 | 1100 | 1000001 | 111001 |
Color Harmonies of #D8664A
Complementary color
Monochromatic Colors of #D8664A
Black with #D8664A
Text Example
Text Example
White with #D8664A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8664A; }
p { color: rgb(216,102,74); }
H1.HeaderClassName
{
color: #D8664A;
}
.AnyTagClassName
{
color: #D8664A;
}
</style>
background-color css
<style>
a { background-color: #D8664A; }
a { background-color: rgb(216,102,74); }
div.DivClassName
{
background-color: #D8664A;
}
.BgClassName
{
background-color: #D8664A;
}
</style>
border-color css
<style>
span { border-color: #D8664A; }
span { border-color: rgb(216,102,74); }
td.TdClassName
{
border-color: #D8664A;
}
.TagClassName
{
border-color: #D8664A;
}
</style>