#D08499

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

Shades of Puce #D08499

Tints of Puce #D08499

Color information

#D08499 (or 0xD08499) is unknown color: approx Puce. HEX triplet: D0, 84 and 99. RGB value is (208,132,153). Sum of RGB (Red+Green+Blue) = 208+132+153=493 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.19% from 493); Green value is 132 (51.95% from 255 or 26.77% from 493); Blue value is 153 (60.16% from 255 or 31.03% from 493); Max value from RGB is 208 - color contains mainly: red. Hex color #D08499 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08499 is #2F7B66. Grayscale: #9D9D9D. Windows color (decimal): -3111783 or 10061008. OLE color: 10061008.

HSL color Cylindrical-coordinate representation of color #D08499: hue angle of 343.42º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D08499 is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB208132153-
CMYK00.370.260.18
HSL343.42º44.71%66.67%-
HSV(B)343.42º36.54%81.57%-
XYZ40.0132.2134.25-
YUV157.12125.68164.29-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.19%
GREEN value IS 132 (51.95% from 255) = 26.77%
BLUE value IS 153 (60.16% from 255) = 31.03%
R=42.19%
G=26.77%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813215300.370.260.18343.4244.7166.67
HexD084990251A121572d43
Octal320204231045322252755103
Binary110100001000010010011001010010111010100101010101111011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08499; }

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

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

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

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

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

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

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

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