Html Css Color HEX #D18396 Puce

📋 copy color: '#D18396'

red 209 ◦ green 131 ◦ blue 150

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

Shades of Puce #D18396

Tints of Puce #D18396

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.73%

 BLUE value IS 150 (58.98% from 255) = 30.61%

R = 42.65%
G = 26.73%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D18396 (or 0xD18396) is known color: Puce. HEX triplet: D1, 83 and 96. RGB value is (209,131,150). Sum of RGB (Red+Green+Blue) = 209+131+150=490 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.65% from 490); Green value is 131 (51.56% from 255 or 26.73% from 490); Blue value is 150 (58.98% from 255 or 30.61% from 490); Max value from RGB is 209 - color contains mainly: red. Hex color #D18396 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18396 is #2E7C69. Grayscale: #9C9C9C. Windows color (decimal): -3046506 or 9864145. OLE color: 9864145.

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

Color convert

RGB 209 131 150 -
CMYK 0 0.37 0.28 0.18
HSL 345.38º 0.46% 0.67% -
HSV(B) 345.38º 0.37% 0.82% -
XYZ 39.92 31.99 32.93 -
YUV 156.49 124.34 165.46 -
System Red Green Blue C M Y K H S L
Decimal 209 131 150 0 0.37 0.28 0.18 345.38 0.46 0.67
Hex D1 83 96 0 25 1C 12 159 2E 43
Octal 321 203 226 0 45 34 22 531 56 103
Binary 11010001 10000011 10010110 0 100101 11100 10010 101011001 101110 1000011

Color Harmonies of #D18396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18396

Black with #D18396

Text Example


Text Example

White with #D18396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18396; }

 p { color: rgb(209,131,150); }

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

background-color css

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

 a { background-color: rgb(209,131,150); }

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

border-color css

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

 span { border-color: rgb(209,131,150); }

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