Html Css Color HEX #D08889 Puce

📋 copy color: '#D08889'

red 208 ◦ green 136 ◦ blue 137

#D08889
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Puce #D08889

Tints of Puce #D08889

RGB

 RED value IS 208 (81.64% from 255) = 43.24%

 GREEN value IS 136 (53.52% from 255) = 28.27%

 BLUE value IS 137 (53.91% from 255) = 28.48%

R = 43.24%
G = 28.27%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D08889 (or 0xD08889) is known color: Puce. HEX triplet: D0, 88 and 89. RGB value is (208,136,137). Sum of RGB (Red+Green+Blue) = 208+136+137=481 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.24% from 481); Green value is 136 (53.52% from 255 or 28.27% from 481); Blue value is 137 (53.91% from 255 or 28.48% from 481); Max value from RGB is 208 - color contains mainly: red. Hex color #D08889 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08889 is #2F7776. Grayscale: #9D9D9D. Windows color (decimal): -3110775 or 9013456. OLE color: 9013456.

HSL color Cylindrical-coordinate representation of color #D08889: hue angle of 359.17º degrees, saturation: 0.43, 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 #D08889 is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 136 137 -
CMYK 0 0.35 0.34 0.18
HSL 359.17º 0.43% 0.67% -
HSV(B) 359.17º 0.35% 0.82% -
XYZ 39.33 32.82 27.93 -
YUV 157.64 116.35 163.92 -
System Red Green Blue C M Y K H S L
Decimal 208 136 137 0 0.35 0.34 0.18 359.17 0.43 0.67
Hex D0 88 89 0 23 22 12 167 2B 43
Octal 320 210 211 0 43 42 22 547 53 103
Binary 11010000 10001000 10001001 0 100011 100010 10010 101100111 101011 1000011

Color Harmonies of #D08889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08889

Black with #D08889

Text Example


Text Example

White with #D08889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08889; }

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

 H1.HeaderClassName
 {
   color: #D08889;
 }
 .AnyTagClassName
 {
   color: #D08889;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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