#D0898D

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

Shades of Puce #D0898D

Tints of Puce #D0898D

Color information

#D0898D (or 0xD0898D) is unknown color: approx Puce. HEX triplet: D0, 89 and 8D. RGB value is (208,137,141). Sum of RGB (Red+Green+Blue) = 208+137+141=486 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.80% from 486); Green value is 137 (53.91% from 255 or 28.19% from 486); Blue value is 141 (55.47% from 255 or 29.01% from 486); Max value from RGB is 208 - color contains mainly: red. Hex color #D0898D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0898D is #2F7672. Grayscale: #9E9E9E. Windows color (decimal): -3110515 or 9275856. OLE color: 9275856.

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

Color convert

RGB208137141-
CMYK00.340.320.18
HSL356.62º43.03%67.65%-
HSV(B)356.62º34.13%81.57%-
XYZ39.7733.2229.52-
YUV158.68118.02163.17-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.80%
GREEN value IS 137 (53.91% from 255) = 28.19%
BLUE value IS 141 (55.47% from 255) = 29.01%
R=42.80%
G=28.19%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813714100.340.320.18356.6243.0367.65
HexD0898D02220121652b44
Octal320211215042402254553104
Binary1101000010001001100011010100010100000100101011001011010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0898D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0898D; }

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

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

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

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

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

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

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

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