Shades of Flamingo #D66652
Tints of Flamingo #D66652
RGB
CMYK
RGB Variations
Color information
#D66652 (or 0xD66652) is known color: Flamingo. HEX triplet: D6, 66 and 52. RGB value is (214,102,82). Sum of RGB (Red+Green+Blue) = 214+102+82=398 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.77% from 398); Green value is 102 (40.23% from 255 or 25.63% from 398); Blue value is 82 (32.42% from 255 or 20.60% from 398); Max value from RGB is 214 - color contains mainly: red. Hex color #D66652 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66652 is #2999AD. Grayscale: #858585. Windows color (decimal): -2726318 or 5400278. OLE color: 5400278.
HSL color Cylindrical-coordinate representation of color #D66652: hue angle of 9.09º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D66652 is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 102 | 82 | - |
| CMYK | 0 | 0.52 | 0.62 | 0.16 |
| HSL | 9.09º | 0.62% | 0.58% | - |
| HSV(B) | 9.09º | 0.62% | 0.84% | - |
| XYZ | 34.01 | 24.41 | 10.9 | - |
| YUV | 133.21 | 99.11 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 102 | 82 | 0 | 0.52 | 0.62 | 0.16 | 9.09 | 0.62 | 0.58 |
| Hex | D6 | 66 | 52 | 0 | 34 | 3E | 10 | 9 | 3E | 3A |
| Octal | 326 | 146 | 122 | 0 | 64 | 76 | 20 | 11 | 76 | 72 |
| Binary | 11010110 | 1100110 | 1010010 | 0 | 110100 | 111110 | 10000 | 1001 | 111110 | 111010 |
Color Harmonies of #D66652
Complementary color
Monochromatic Colors of #D66652
Black with #D66652
Text Example
Text Example
White with #D66652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66652; }
p { color: rgb(214,102,82); }
H1.HeaderClassName
{
color: #D66652;
}
.AnyTagClassName
{
color: #D66652;
}
</style>
background-color css
<style>
a { background-color: #D66652; }
a { background-color: rgb(214,102,82); }
div.DivClassName
{
background-color: #D66652;
}
.BgClassName
{
background-color: #D66652;
}
</style>
border-color css
<style>
span { border-color: #D66652; }
span { border-color: rgb(214,102,82); }
td.TdClassName
{
border-color: #D66652;
}
.TagClassName
{
border-color: #D66652;
}
</style>