Html Css Color HEX #D0888A Puce

📋 copy color: '#D0888A'

red 208 ◦ green 136 ◦ blue 138

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

Shades of Puce #D0888A

Tints of Puce #D0888A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.63%

R = 43.15%
G = 28.22%
B = 28.63%

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

#D0888A (or 0xD0888A) is known color: Puce. HEX triplet: D0, 88 and 8A. RGB value is (208,136,138). Sum of RGB (Red+Green+Blue) = 208+136+138=482 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.15% from 482); Green value is 136 (53.52% from 255 or 28.22% from 482); Blue value is 138 (54.30% from 255 or 28.63% from 482); Max value from RGB is 208 - color contains mainly: red. Hex color #D0888A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0888A is #2F7775. Grayscale: #9D9D9D. Windows color (decimal): -3110774 or 9078992. OLE color: 9078992.

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

Color convert

RGB 208 136 138 -
CMYK 0 0.35 0.34 0.18
HSL 358.33º 0.43% 0.67% -
HSV(B) 358.33º 0.35% 0.82% -
XYZ 39.4 32.85 28.31 -
YUV 157.76 116.85 163.84 -
System Red Green Blue C M Y K H S L
Decimal 208 136 138 0 0.35 0.34 0.18 358.33 0.43 0.67
Hex D0 88 8A 0 23 22 12 166 2B 43
Octal 320 210 212 0 43 42 22 546 53 103
Binary 11010000 10001000 10001010 0 100011 100010 10010 101100110 101011 1000011

Color Harmonies of #D0888A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0888A

Black with #D0888A

Text Example


Text Example

White with #D0888A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0888A; }

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

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

background-color css

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

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

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

border-color css

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

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

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