#D0859A

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

Shades of Puce #D0859A

Tints of Puce #D0859A

Color information

#D0859A (or 0xD0859A) is unknown color: approx Puce. HEX triplet: D0, 85 and 9A. RGB value is (208,133,154). Sum of RGB (Red+Green+Blue) = 208+133+154=495 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.02% from 495); Green value is 133 (52.34% from 255 or 26.87% from 495); Blue value is 154 (60.55% from 255 or 31.11% from 495); Max value from RGB is 208 - color contains mainly: red. Hex color #D0859A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0859A is #2F7A65. Grayscale: #9D9D9D. Windows color (decimal): -3111526 or 10126800. OLE color: 10126800.

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

Color convert

RGB208133154-
CMYK00.360.260.18
HSL343.2º44.38%66.86%-
HSV(B)343.2º36.06%81.57%-
XYZ40.2332.5234.73-
YUV157.82125.85163.79-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.02%
GREEN value IS 133 (52.34% from 255) = 26.87%
BLUE value IS 154 (60.55% from 255) = 31.11%
R=42.02%
G=26.87%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813315400.360.260.18343.244.3866.86
HexD0859A0241A121572c43
Octal320205232044322252754103
Binary110100001000010110011010010010011010100101010101111011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0859A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0859A; }

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

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

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

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

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

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

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

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