Shades of Flamingo #D66648
Tints of Flamingo #D66648
RGB
CMYK
RGB Variations
Color information
#D66648 (or 0xD66648) is known color: Flamingo. HEX triplet: D6, 66 and 48. RGB value is (214,102,72). Sum of RGB (Red+Green+Blue) = 214+102+72=388 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.15% from 388); Green value is 102 (40.23% from 255 or 26.29% from 388); Blue value is 72 (28.52% from 255 or 18.56% from 388); Max value from RGB is 214 - color contains mainly: red. Hex color #D66648 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66648 is #2999B7. Grayscale: #848484. Windows color (decimal): -2726328 or 4744918. OLE color: 4744918.
HSL color Cylindrical-coordinate representation of color #D66648: hue angle of 12.68º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D66648 is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 102 | 72 | - |
| CMYK | 0 | 0.52 | 0.66 | 0.16 |
| HSL | 12.68º | 0.63% | 0.56% | - |
| HSV(B) | 12.68º | 0.66% | 0.84% | - |
| XYZ | 33.65 | 24.27 | 9.04 | - |
| YUV | 132.07 | 94.11 | 186.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 102 | 72 | 0 | 0.52 | 0.66 | 0.16 | 12.68 | 0.63 | 0.56 |
| Hex | D6 | 66 | 48 | 0 | 34 | 42 | 10 | D | 3F | 38 |
| Octal | 326 | 146 | 110 | 0 | 64 | 102 | 20 | 15 | 77 | 70 |
| Binary | 11010110 | 1100110 | 1001000 | 0 | 110100 | 1000010 | 10000 | 1101 | 111111 | 111000 |
Color Harmonies of #D66648
Complementary color
Monochromatic Colors of #D66648
Black with #D66648
Text Example
Text Example
White with #D66648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66648; }
p { color: rgb(214,102,72); }
H1.HeaderClassName
{
color: #D66648;
}
.AnyTagClassName
{
color: #D66648;
}
</style>
background-color css
<style>
a { background-color: #D66648; }
a { background-color: rgb(214,102,72); }
div.DivClassName
{
background-color: #D66648;
}
.BgClassName
{
background-color: #D66648;
}
</style>
border-color css
<style>
span { border-color: #D66648; }
span { border-color: rgb(214,102,72); }
td.TdClassName
{
border-color: #D66648;
}
.TagClassName
{
border-color: #D66648;
}
</style>