#D0858D

Color #D0858D Puce (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puce #D0858D

Tints of Puce #D0858D

Color information

#D0858D (or 0xD0858D) is unknown color: approx Puce. HEX triplet: D0, 85 and 8D. RGB value is (208,133,141). Sum of RGB (Red+Green+Blue) = 208+133+141=482 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.15% from 482); Green value is 133 (52.34% from 255 or 27.59% from 482); Blue value is 141 (55.47% from 255 or 29.25% from 482); Max value from RGB is 208 - color contains mainly: red. Hex color #D0858D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0858D is #2F7A72. Grayscale: #9C9C9C. Windows color (decimal): -3111539 or 9274832. OLE color: 9274832.

HSL color Cylindrical-coordinate representation of color #D0858D: hue angle of 353.6º 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 #D0858D is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB208133141-
CMYK00.360.320.18
HSL353.6º44.38%66.86%-
HSV(B)353.6º36.06%81.57%-
XYZ39.2132.1129.33-
YUV156.34119.35164.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 208 (81.64% from 255) = 43.15%
GREEN value IS 133 (52.34% from 255) = 27.59%
BLUE value IS 141 (55.47% from 255) = 29.25%
R=43.15%
G=27.59%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813314100.360.320.18353.644.3866.86
HexD0858D02420121622c43
Octal320205215044402254254103
Binary1101000010000101100011010100100100000100101011000101011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0858D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0858D; }

 p { color: rgb(208,133,141); }

 H1.HeaderClassName
 {
   color: #D0858D;
 }
 .AnyTagClassName
 {
   color: #D0858D;
 }
</style>
background-color css

<style>
 a { background-color: #D0858D; }

 a { background-color: rgb(208,133,141); }

 div.DivClassName
 {
   background-color: #D0858D;
 }
 .BgClassName
 {
   background-color: #D0858D;
 }
</style>
border-color css

<style>
 span { border-color: #D0858D; }

 span { border-color: rgb(208,133,141); }

 td.TdClassName
 {
   border-color: #D0858D;
 }
 .TagClassName
 {
   border-color: #D0858D;
 }
</style>