Shades of Puce #D0858B
Tints of Puce #D0858B
RGB
CMYK
RGB Variations
Color information
#D0858B (or 0xD0858B) is known color: Puce. HEX triplet: D0, 85 and 8B. RGB value is (208,133,139). Sum of RGB (Red+Green+Blue) = 208+133+139=480 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.33% from 480); Green value is 133 (52.34% from 255 or 27.71% from 480); Blue value is 139 (54.69% from 255 or 28.96% from 480); Max value from RGB is 208 - color contains mainly: red. Hex color #D0858B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0858B is #2F7A74. Grayscale: #9C9C9C. Windows color (decimal): -3111541 or 9143760. OLE color: 9143760.
HSL color Cylindrical-coordinate representation of color #D0858B: hue angle of 355.2º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D0858B is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 133 | 139 | - |
| CMYK | 0 | 0.36 | 0.33 | 0.18 |
| HSL | 355.2º | 0.44% | 0.67% | - |
| HSV(B) | 355.2º | 0.36% | 0.82% | - |
| XYZ | 39.06 | 32.05 | 28.55 | - |
| YUV | 156.11 | 118.35 | 165.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 133 | 139 | 0 | 0.36 | 0.33 | 0.18 | 355.2 | 0.44 | 0.67 |
| Hex | D0 | 85 | 8B | 0 | 24 | 21 | 12 | 163 | 2C | 43 |
| Octal | 320 | 205 | 213 | 0 | 44 | 41 | 22 | 543 | 54 | 103 |
| Binary | 11010000 | 10000101 | 10001011 | 0 | 100100 | 100001 | 10010 | 101100011 | 101100 | 1000011 |
Color Harmonies of #D0858B
Complementary color
Monochromatic Colors of #D0858B
Black with #D0858B
Text Example
Text Example
White with #D0858B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0858B; }
p { color: rgb(208,133,139); }
H1.HeaderClassName
{
color: #D0858B;
}
.AnyTagClassName
{
color: #D0858B;
}
</style>
background-color css
<style>
a { background-color: #D0858B; }
a { background-color: rgb(208,133,139); }
div.DivClassName
{
background-color: #D0858B;
}
.BgClassName
{
background-color: #D0858B;
}
</style>
border-color css
<style>
span { border-color: #D0858B; }
span { border-color: rgb(208,133,139); }
td.TdClassName
{
border-color: #D0858B;
}
.TagClassName
{
border-color: #D0858B;
}
</style>