Shades of Puce #D08791
Tints of Puce #D08791
RGB
CMYK
RGB Variations
Color information
#D08791 (or 0xD08791) is known color: Puce. HEX triplet: D0, 87 and 91. RGB value is (208,135,145). Sum of RGB (Red+Green+Blue) = 208+135+145=488 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.62% from 488); Green value is 135 (53.12% from 255 or 27.66% from 488); Blue value is 145 (57.03% from 255 or 29.71% from 488); Max value from RGB is 208 - color contains mainly: red. Hex color #D08791 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08791 is #2F786E. Grayscale: #9D9D9D. Windows color (decimal): -3111023 or 9537488. OLE color: 9537488.
HSL color Cylindrical-coordinate representation of color #D08791: hue angle of 351.78º degrees, saturation: 0.44, 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 #D08791 is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 135 | 145 | - |
| CMYK | 0 | 0.35 | 0.30 | 0.18 |
| HSL | 351.78º | 0.44% | 0.67% | - |
| HSV(B) | 351.78º | 0.35% | 0.82% | - |
| XYZ | 39.79 | 32.78 | 31.02 | - |
| YUV | 157.97 | 120.68 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 135 | 145 | 0 | 0.35 | 0.30 | 0.18 | 351.78 | 0.44 | 0.67 |
| Hex | D0 | 87 | 91 | 0 | 23 | 1E | 12 | 160 | 2C | 43 |
| Octal | 320 | 207 | 221 | 0 | 43 | 36 | 22 | 540 | 54 | 103 |
| Binary | 11010000 | 10000111 | 10010001 | 0 | 100011 | 11110 | 10010 | 101100000 | 101100 | 1000011 |
Color Harmonies of #D08791
Complementary color
Monochromatic Colors of #D08791
Black with #D08791
Text Example
Text Example
White with #D08791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08791; }
p { color: rgb(208,135,145); }
H1.HeaderClassName
{
color: #D08791;
}
.AnyTagClassName
{
color: #D08791;
}
</style>
background-color css
<style>
a { background-color: #D08791; }
a { background-color: rgb(208,135,145); }
div.DivClassName
{
background-color: #D08791;
}
.BgClassName
{
background-color: #D08791;
}
</style>
border-color css
<style>
span { border-color: #D08791; }
span { border-color: rgb(208,135,145); }
td.TdClassName
{
border-color: #D08791;
}
.TagClassName
{
border-color: #D08791;
}
</style>