Shades of Flamingo #D8634A
Tints of Flamingo #D8634A
RGB
CMYK
RGB Variations
Color information
#D8634A (or 0xD8634A) is known color: Flamingo. HEX triplet: D8, 63 and 4A. RGB value is (216,99,74). Sum of RGB (Red+Green+Blue) = 216+99+74=389 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.53% from 389); Green value is 99 (39.06% from 255 or 25.45% from 389); Blue value is 74 (29.30% from 255 or 19.02% from 389); Max value from RGB is 216 - color contains mainly: red. Hex color #D8634A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8634A is #279CB5. Grayscale: #838383. Windows color (decimal): -2596022 or 4875224. OLE color: 4875224.
HSL color Cylindrical-coordinate representation of color #D8634A: hue angle of 10.56º 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 #D8634A is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 99 | 74 | - |
| CMYK | 0 | 0.54 | 0.66 | 0.15 |
| HSL | 10.56º | 0.65% | 0.57% | - |
| HSV(B) | 10.56º | 0.66% | 0.85% | - |
| XYZ | 34.02 | 24.02 | 9.32 | - |
| YUV | 131.13 | 95.76 | 188.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 99 | 74 | 0 | 0.54 | 0.66 | 0.15 | 10.56 | 0.65 | 0.57 |
| Hex | D8 | 63 | 4A | 0 | 36 | 42 | F | B | 41 | 39 |
| Octal | 330 | 143 | 112 | 0 | 66 | 102 | 17 | 13 | 101 | 71 |
| Binary | 11011000 | 1100011 | 1001010 | 0 | 110110 | 1000010 | 1111 | 1011 | 1000001 | 111001 |
Color Harmonies of #D8634A
Complementary color
Monochromatic Colors of #D8634A
Black with #D8634A
Text Example
Text Example
White with #D8634A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8634A; }
p { color: rgb(216,99,74); }
H1.HeaderClassName
{
color: #D8634A;
}
.AnyTagClassName
{
color: #D8634A;
}
</style>
background-color css
<style>
a { background-color: #D8634A; }
a { background-color: rgb(216,99,74); }
div.DivClassName
{
background-color: #D8634A;
}
.BgClassName
{
background-color: #D8634A;
}
</style>
border-color css
<style>
span { border-color: #D8634A; }
span { border-color: rgb(216,99,74); }
td.TdClassName
{
border-color: #D8634A;
}
.TagClassName
{
border-color: #D8634A;
}
</style>