Html Css Color HEX #D1888E Puce

📋 copy color: '#D1888E'

red 209 ◦ green 136 ◦ blue 142

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

Shades of Puce #D1888E

Tints of Puce #D1888E

RGB

 RED value IS 209 (82.03% from 255) = 42.92%

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

 BLUE value IS 142 (55.86% from 255) = 29.16%

R = 42.92%
G = 27.93%
B = 29.16%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D1888E (or 0xD1888E) is known color: Puce. HEX triplet: D1, 88 and 8E. RGB value is (209,136,142). Sum of RGB (Red+Green+Blue) = 209+136+142=487 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.92% from 487); Green value is 136 (53.52% from 255 or 27.93% from 487); Blue value is 142 (55.86% from 255 or 29.16% from 487); Max value from RGB is 209 - color contains mainly: red. Hex color #D1888E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1888E is #2E7771. Grayscale: #9E9E9E. Windows color (decimal): -3045234 or 9341137. OLE color: 9341137.

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

Color convert

RGB 209 136 142 -
CMYK 0 0.35 0.32 0.18
HSL 355.07º 0.44% 0.68% -
HSV(B) 355.07º 0.35% 0.82% -
XYZ 39.98 33.12 29.88 -
YUV 158.51 118.68 164.01 -
System Red Green Blue C M Y K H S L
Decimal 209 136 142 0 0.35 0.32 0.18 355.07 0.44 0.68
Hex D1 88 8E 0 23 20 12 163 2C 44
Octal 321 210 216 0 43 40 22 543 54 104
Binary 11010001 10001000 10001110 0 100011 100000 10010 101100011 101100 1000100

Color Harmonies of #D1888E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1888E

Black with #D1888E

Text Example


Text Example

White with #D1888E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1888E; }

 p { color: rgb(209,136,142); }

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

background-color css

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

 a { background-color: rgb(209,136,142); }

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

border-color css

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

 span { border-color: rgb(209,136,142); }

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