#D08789

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

Shades of Puce #D08789

Tints of Puce #D08789

Color information

#D08789 (or 0xD08789) is unknown color: approx Puce. HEX triplet: D0, 87 and 89. RGB value is (208,135,137). Sum of RGB (Red+Green+Blue) = 208+135+137=480 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.33% from 480); Green value is 135 (53.12% from 255 or 28.12% from 480); Blue value is 137 (53.91% from 255 or 28.54% from 480); Max value from RGB is 208 - color contains mainly: red. Hex color #D08789 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08789 is #2F7876. Grayscale: #9D9D9D. Windows color (decimal): -3111031 or 9013200. OLE color: 9013200.

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

Color convert

RGB208135137-
CMYK00.350.340.18
HSL358.36º43.71%67.25%-
HSV(B)358.36º35.1%81.57%-
XYZ39.1932.5427.88-
YUV157.05116.68164.34-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.33%
GREEN value IS 135 (53.12% from 255) = 28.12%
BLUE value IS 137 (53.91% from 255) = 28.54%
R=43.33%
G=28.12%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813513700.350.340.18358.3643.7167.25
HexD0878902322121662c43
Octal320207211043422254654103
Binary1101000010000111100010010100011100010100101011001101011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08789; }

 p { color: rgb(208,135,137); }

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

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

 a { background-color: rgb(208,135,137); }

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

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

 span { border-color: rgb(208,135,137); }

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