Shades of Puce #D0888E
Tints of Puce #D0888E
RGB
CMYK
RGB Variations
Color information
#D0888E (or 0xD0888E) is known color: Puce. HEX triplet: D0, 88 and 8E. RGB value is (208,136,142). Sum of RGB (Red+Green+Blue) = 208+136+142=486 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.80% from 486); Green value is 136 (53.52% from 255 or 27.98% from 486); Blue value is 142 (55.86% from 255 or 29.22% from 486); Max value from RGB is 208 - color contains mainly: red. Hex color #D0888E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0888E is #2F7771. Grayscale: #9E9E9E. Windows color (decimal): -3110770 or 9341136. OLE color: 9341136.
HSL color Cylindrical-coordinate representation of color #D0888E: hue angle of 355º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D0888E is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 136 | 142 | - |
| CMYK | 0 | 0.35 | 0.32 | 0.18 |
| HSL | 355º | 0.43% | 0.67% | - |
| HSV(B) | 355º | 0.35% | 0.82% | - |
| XYZ | 39.7 | 32.97 | 29.86 | - |
| YUV | 158.21 | 118.85 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 136 | 142 | 0 | 0.35 | 0.32 | 0.18 | 355 | 0.43 | 0.67 |
| Hex | D0 | 88 | 8E | 0 | 23 | 20 | 12 | 163 | 2B | 43 |
| Octal | 320 | 210 | 216 | 0 | 43 | 40 | 22 | 543 | 53 | 103 |
| Binary | 11010000 | 10001000 | 10001110 | 0 | 100011 | 100000 | 10010 | 101100011 | 101011 | 1000011 |
Color Harmonies of #D0888E
Complementary color
Monochromatic Colors of #D0888E
Black with #D0888E
Text Example
Text Example
White with #D0888E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0888E; }
p { color: rgb(208,136,142); }
H1.HeaderClassName
{
color: #D0888E;
}
.AnyTagClassName
{
color: #D0888E;
}
</style>
background-color css
<style>
a { background-color: #D0888E; }
a { background-color: rgb(208,136,142); }
div.DivClassName
{
background-color: #D0888E;
}
.BgClassName
{
background-color: #D0888E;
}
</style>
border-color css
<style>
span { border-color: #D0888E; }
span { border-color: rgb(208,136,142); }
td.TdClassName
{
border-color: #D0888E;
}
.TagClassName
{
border-color: #D0888E;
}
</style>