#D08699

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

Shades of Puce #D08699

Tints of Puce #D08699

Color information

#D08699 (or 0xD08699) is unknown color: approx Puce. HEX triplet: D0, 86 and 99. RGB value is (208,134,153). Sum of RGB (Red+Green+Blue) = 208+134+153=495 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.02% from 495); Green value is 134 (52.73% from 255 or 27.07% from 495); Blue value is 153 (60.16% from 255 or 30.91% from 495); Max value from RGB is 208 - color contains mainly: red. Hex color #D08699 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08699 is #2F7966. Grayscale: #9E9E9E. Windows color (decimal): -3111271 or 10061520. OLE color: 10061520.

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

Color convert

RGB208134153-
CMYK00.360.260.18
HSL344.59º44.05%67.06%-
HSV(B)344.59º35.58%81.57%-
XYZ40.2932.7634.34-
YUV158.29125.02163.46-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.02%
GREEN value IS 134 (52.73% from 255) = 27.07%
BLUE value IS 153 (60.16% from 255) = 30.91%
R=42.02%
G=27.07%
B=30.91%

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
Decimal20813415300.360.260.18344.5944.0567.06
HexD086990241A121592c43
Octal320206231044322253154103
Binary110100001000011010011001010010011010100101010110011011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08699; }

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

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

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

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

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

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

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

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