Shades of Puce #D08497
Tints of Puce #D08497
RGB
CMYK
RGB Variations
Color information
#D08497 (or 0xD08497) is known color: Puce. HEX triplet: D0, 84 and 97. RGB value is (208,132,151). Sum of RGB (Red+Green+Blue) = 208+132+151=491 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.36% from 491); Green value is 132 (51.95% from 255 or 26.88% from 491); Blue value is 151 (59.38% from 255 or 30.75% from 491); Max value from RGB is 208 - color contains mainly: red. Hex color #D08497 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08497 is #2F7B68. Grayscale: #9C9C9C. Windows color (decimal): -3111785 or 9929936. OLE color: 9929936.
HSL color Cylindrical-coordinate representation of color #D08497: hue angle of 345º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D08497 is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 132 | 151 | - |
| CMYK | 0 | 0.37 | 0.27 | 0.18 |
| HSL | 345º | 0.45% | 0.67% | - |
| HSV(B) | 345º | 0.37% | 0.82% | - |
| XYZ | 39.85 | 32.15 | 33.38 | - |
| YUV | 156.89 | 124.68 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 132 | 151 | 0 | 0.37 | 0.27 | 0.18 | 345 | 0.45 | 0.67 |
| Hex | D0 | 84 | 97 | 0 | 25 | 1B | 12 | 159 | 2D | 43 |
| Octal | 320 | 204 | 227 | 0 | 45 | 33 | 22 | 531 | 55 | 103 |
| Binary | 11010000 | 10000100 | 10010111 | 0 | 100101 | 11011 | 10010 | 101011001 | 101101 | 1000011 |
Color Harmonies of #D08497
Complementary color
Monochromatic Colors of #D08497
Black with #D08497
Text Example
Text Example
White with #D08497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08497; }
p { color: rgb(208,132,151); }
H1.HeaderClassName
{
color: #D08497;
}
.AnyTagClassName
{
color: #D08497;
}
</style>
background-color css
<style>
a { background-color: #D08497; }
a { background-color: rgb(208,132,151); }
div.DivClassName
{
background-color: #D08497;
}
.BgClassName
{
background-color: #D08497;
}
</style>
border-color css
<style>
span { border-color: #D08497; }
span { border-color: rgb(208,132,151); }
td.TdClassName
{
border-color: #D08497;
}
.TagClassName
{
border-color: #D08497;
}
</style>