Shades of Puce #D3868D
Tints of Puce #D3868D
RGB
CMYK
RGB Variations
Color information
#D3868D (or 0xD3868D) is known color: Puce. HEX triplet: D3, 86 and 8D. RGB value is (211,134,141). Sum of RGB (Red+Green+Blue) = 211+134+141=486 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.42% from 486); Green value is 134 (52.73% from 255 or 27.57% from 486); Blue value is 141 (55.47% from 255 or 29.01% from 486); Max value from RGB is 211 - color contains mainly: red. Hex color #D3868D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3868D is #2C7972. Grayscale: #9D9D9D. Windows color (decimal): -2914675 or 9275091. OLE color: 9275091.
HSL color Cylindrical-coordinate representation of color #D3868D: hue angle of 354.55º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D3868D is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 134 | 141 | - |
| CMYK | 0 | 0.36 | 0.33 | 0.17 |
| HSL | 354.55º | 0.47% | 0.68% | - |
| HSV(B) | 354.55º | 0.36% | 0.83% | - |
| XYZ | 40.2 | 32.82 | 29.42 | - |
| YUV | 157.82 | 118.51 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 134 | 141 | 0 | 0.36 | 0.33 | 0.17 | 354.55 | 0.47 | 0.68 |
| Hex | D3 | 86 | 8D | 0 | 24 | 21 | 11 | 163 | 2F | 44 |
| Octal | 323 | 206 | 215 | 0 | 44 | 41 | 21 | 543 | 57 | 104 |
| Binary | 11010011 | 10000110 | 10001101 | 0 | 100100 | 100001 | 10001 | 101100011 | 101111 | 1000100 |
Color Harmonies of #D3868D
Complementary color
Monochromatic Colors of #D3868D
Black with #D3868D
Text Example
Text Example
White with #D3868D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3868D; }
p { color: rgb(211,134,141); }
H1.HeaderClassName
{
color: #D3868D;
}
.AnyTagClassName
{
color: #D3868D;
}
</style>
background-color css
<style>
a { background-color: #D3868D; }
a { background-color: rgb(211,134,141); }
div.DivClassName
{
background-color: #D3868D;
}
.BgClassName
{
background-color: #D3868D;
}
</style>
border-color css
<style>
span { border-color: #D3868D; }
span { border-color: rgb(211,134,141); }
td.TdClassName
{
border-color: #D3868D;
}
.TagClassName
{
border-color: #D3868D;
}
</style>