#D08599

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

Shades of Puce #D08599

Tints of Puce #D08599

Color information

#D08599 (or 0xD08599) is unknown color: approx Puce. HEX triplet: D0, 85 and 99. RGB value is (208,133,153). Sum of RGB (Red+Green+Blue) = 208+133+153=494 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.11% from 494); Green value is 133 (52.34% from 255 or 26.92% from 494); Blue value is 153 (60.16% from 255 or 30.97% from 494); Max value from RGB is 208 - color contains mainly: red. Hex color #D08599 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08599 is #2F7A66. Grayscale: #9D9D9D. Windows color (decimal): -3111527 or 10061264. OLE color: 10061264.

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

Color convert

RGB208133153-
CMYK00.360.260.18
HSL344º44.38%66.86%-
HSV(B)344º36.06%81.57%-
XYZ40.1532.4834.29-
YUV157.71125.35163.87-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.11%
GREEN value IS 133 (52.34% from 255) = 26.92%
BLUE value IS 153 (60.16% from 255) = 30.97%
R=42.11%
G=26.92%
B=30.97%

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
Decimal20813315300.360.260.1834444.3866.86
HexD085990241A121582c43
Octal320205231044322253054103
Binary110100001000010110011001010010011010100101010110001011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08599; }

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

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

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

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

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

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

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

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