Shades of Puce #D08789
Tints of Puce #D08789
RGB
CMYK
RGB Variations
Color information
#D08789 (or 0xD08789) is known color: Puce. HEX triplet: D0, 87 and 89. RGB value is (208,135,137). Sum of RGB (Red+Green+Blue) = 208+135+137=480 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.33% from 480); Green value is 135 (53.12% from 255 or 28.12% from 480); Blue value is 137 (53.91% from 255 or 28.54% from 480); Max value from RGB is 208 - color contains mainly: red. Hex color #D08789 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08789 is #2F7876. Grayscale: #9D9D9D. Windows color (decimal): -3111031 or 9013200. OLE color: 9013200.
HSL color Cylindrical-coordinate representation of color #D08789: hue angle of 358.36º 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 #D08789 is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 135 | 137 | - |
| CMYK | 0 | 0.35 | 0.34 | 0.18 |
| HSL | 358.36º | 0.44% | 0.67% | - |
| HSV(B) | 358.36º | 0.35% | 0.82% | - |
| XYZ | 39.19 | 32.54 | 27.88 | - |
| YUV | 157.06 | 116.68 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 135 | 137 | 0 | 0.35 | 0.34 | 0.18 | 358.36 | 0.44 | 0.67 |
| Hex | D0 | 87 | 89 | 0 | 23 | 22 | 12 | 166 | 2C | 43 |
| Octal | 320 | 207 | 211 | 0 | 43 | 42 | 22 | 546 | 54 | 103 |
| Binary | 11010000 | 10000111 | 10001001 | 0 | 100011 | 100010 | 10010 | 101100110 | 101100 | 1000011 |
Color Harmonies of #D08789
Complementary color
Monochromatic Colors of #D08789
Black with #D08789
Text Example
Text Example
White with #D08789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08789; }
p { color: rgb(208,135,137); }
H1.HeaderClassName
{
color: #D08789;
}
.AnyTagClassName
{
color: #D08789;
}
</style>
background-color css
<style>
a { background-color: #D08789; }
a { background-color: rgb(208,135,137); }
div.DivClassName
{
background-color: #D08789;
}
.BgClassName
{
background-color: #D08789;
}
</style>
border-color css
<style>
span { border-color: #D08789; }
span { border-color: rgb(208,135,137); }
td.TdClassName
{
border-color: #D08789;
}
.TagClassName
{
border-color: #D08789;
}
</style>