Shades of Flamingo #D7674E
Tints of Flamingo #D7674E
RGB
CMYK
RGB Variations
Color information
#D7674E (or 0xD7674E) is known color: Flamingo. HEX triplet: D7, 67 and 4E. RGB value is (215,103,78). Sum of RGB (Red+Green+Blue) = 215+103+78=396 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.29% from 396); Green value is 103 (40.62% from 255 or 26.01% from 396); Blue value is 78 (30.86% from 255 or 19.70% from 396); Max value from RGB is 215 - color contains mainly: red. Hex color #D7674E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7674E is #2898B1. Grayscale: #858585. Windows color (decimal): -2660530 or 5138391. OLE color: 5138391.
HSL color Cylindrical-coordinate representation of color #D7674E: hue angle of 10.95º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D7674E is Cyan = 0, Magento = 0.52, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 103 | 78 | - |
| CMYK | 0 | 0.52 | 0.64 | 0.16 |
| HSL | 10.95º | 0.63% | 0.57% | - |
| HSV(B) | 10.95º | 0.64% | 0.84% | - |
| XYZ | 34.25 | 24.7 | 10.17 | - |
| YUV | 133.64 | 96.61 | 186.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 103 | 78 | 0 | 0.52 | 0.64 | 0.16 | 10.95 | 0.63 | 0.57 |
| Hex | D7 | 67 | 4E | 0 | 34 | 40 | 10 | B | 3F | 39 |
| Octal | 327 | 147 | 116 | 0 | 64 | 100 | 20 | 13 | 77 | 71 |
| Binary | 11010111 | 1100111 | 1001110 | 0 | 110100 | 1000000 | 10000 | 1011 | 111111 | 111001 |
Color Harmonies of #D7674E
Complementary color
Monochromatic Colors of #D7674E
Black with #D7674E
Text Example
Text Example
White with #D7674E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7674E; }
p { color: rgb(215,103,78); }
H1.HeaderClassName
{
color: #D7674E;
}
.AnyTagClassName
{
color: #D7674E;
}
</style>
background-color css
<style>
a { background-color: #D7674E; }
a { background-color: rgb(215,103,78); }
div.DivClassName
{
background-color: #D7674E;
}
.BgClassName
{
background-color: #D7674E;
}
</style>
border-color css
<style>
span { border-color: #D7674E; }
span { border-color: rgb(215,103,78); }
td.TdClassName
{
border-color: #D7674E;
}
.TagClassName
{
border-color: #D7674E;
}
</style>