Shades of Flamingo #D7614A
Tints of Flamingo #D7614A
RGB
CMYK
RGB Variations
Color information
#D7614A (or 0xD7614A) is known color: Flamingo. HEX triplet: D7, 61 and 4A. RGB value is (215,97,74). Sum of RGB (Red+Green+Blue) = 215+97+74=386 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.70% from 386); Green value is 97 (38.28% from 255 or 25.13% from 386); Blue value is 74 (29.30% from 255 or 19.17% from 386); Max value from RGB is 215 - color contains mainly: red. Hex color #D7614A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7614A is #289EB5. Grayscale: #818181. Windows color (decimal): -2662070 or 4874711. OLE color: 4874711.
HSL color Cylindrical-coordinate representation of color #D7614A: hue angle of 9.79º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D7614A is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 97 | 74 | - |
| CMYK | 0 | 0.55 | 0.66 | 0.16 |
| HSL | 9.79º | 0.64% | 0.57% | - |
| HSV(B) | 9.79º | 0.66% | 0.84% | - |
| XYZ | 33.54 | 23.49 | 9.25 | - |
| YUV | 129.66 | 96.59 | 188.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 97 | 74 | 0 | 0.55 | 0.66 | 0.16 | 9.79 | 0.64 | 0.57 |
| Hex | D7 | 61 | 4A | 0 | 37 | 42 | 10 | A | 40 | 39 |
| Octal | 327 | 141 | 112 | 0 | 67 | 102 | 20 | 12 | 100 | 71 |
| Binary | 11010111 | 1100001 | 1001010 | 0 | 110111 | 1000010 | 10000 | 1010 | 1000000 | 111001 |
Color Harmonies of #D7614A
Complementary color
Monochromatic Colors of #D7614A
Black with #D7614A
Text Example
Text Example
White with #D7614A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7614A; }
p { color: rgb(215,97,74); }
H1.HeaderClassName
{
color: #D7614A;
}
.AnyTagClassName
{
color: #D7614A;
}
</style>
background-color css
<style>
a { background-color: #D7614A; }
a { background-color: rgb(215,97,74); }
div.DivClassName
{
background-color: #D7614A;
}
.BgClassName
{
background-color: #D7614A;
}
</style>
border-color css
<style>
span { border-color: #D7614A; }
span { border-color: rgb(215,97,74); }
td.TdClassName
{
border-color: #D7614A;
}
.TagClassName
{
border-color: #D7614A;
}
</style>