Shades of Puce #D08399
Tints of Puce #D08399
RGB
CMYK
RGB Variations
Color information
#D08399 (or 0xD08399) is known color: Puce. HEX triplet: D0, 83 and 99. RGB value is (208,131,153). Sum of RGB (Red+Green+Blue) = 208+131+153=492 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.28% from 492); Green value is 131 (51.56% from 255 or 26.63% from 492); Blue value is 153 (60.16% from 255 or 31.10% from 492); Max value from RGB is 208 - color contains mainly: red. Hex color #D08399 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08399 is #2F7C66. Grayscale: #9C9C9C. Windows color (decimal): -3112039 or 10060752. OLE color: 10060752.
HSL color Cylindrical-coordinate representation of color #D08399: hue angle of 342.86º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D08399 is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 131 | 153 | - |
| CMYK | 0 | 0.37 | 0.26 | 0.18 |
| HSL | 342.86º | 0.45% | 0.66% | - |
| HSV(B) | 342.86º | 0.37% | 0.82% | - |
| XYZ | 39.88 | 31.94 | 34.2 | - |
| YUV | 156.53 | 126.01 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 131 | 153 | 0 | 0.37 | 0.26 | 0.18 | 342.86 | 0.45 | 0.66 |
| Hex | D0 | 83 | 99 | 0 | 25 | 1A | 12 | 157 | 2D | 42 |
| Octal | 320 | 203 | 231 | 0 | 45 | 32 | 22 | 527 | 55 | 102 |
| Binary | 11010000 | 10000011 | 10011001 | 0 | 100101 | 11010 | 10010 | 101010111 | 101101 | 1000010 |
Color Harmonies of #D08399
Complementary color
Monochromatic Colors of #D08399
Black with #D08399
Text Example
Text Example
White with #D08399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08399; }
p { color: rgb(208,131,153); }
H1.HeaderClassName
{
color: #D08399;
}
.AnyTagClassName
{
color: #D08399;
}
</style>
background-color css
<style>
a { background-color: #D08399; }
a { background-color: rgb(208,131,153); }
div.DivClassName
{
background-color: #D08399;
}
.BgClassName
{
background-color: #D08399;
}
</style>
border-color css
<style>
span { border-color: #D08399; }
span { border-color: rgb(208,131,153); }
td.TdClassName
{
border-color: #D08399;
}
.TagClassName
{
border-color: #D08399;
}
</style>