Html Css Color HEX #D1858A Puce

📋 copy color: '#D1858A'

red 209 ◦ green 133 ◦ blue 138

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

Shades of Puce #D1858A

Tints of Puce #D1858A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.71%

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

R = 43.54%
G = 27.71%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D1858A (or 0xD1858A) is known color: Puce. HEX triplet: D1, 85 and 8A. RGB value is (209,133,138). Sum of RGB (Red+Green+Blue) = 209+133+138=480 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.54% from 480); Green value is 133 (52.34% from 255 or 27.71% from 480); Blue value is 138 (54.30% from 255 or 28.75% from 480); Max value from RGB is 209 - color contains mainly: red. Hex color #D1858A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1858A is #2E7A75. Grayscale: #9C9C9C. Windows color (decimal): -3046006 or 9078225. OLE color: 9078225.

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

Color convert

RGB 209 133 138 -
CMYK 0 0.36 0.34 0.18
HSL 356.05º 0.45% 0.67% -
HSV(B) 356.05º 0.36% 0.82% -
XYZ 39.27 32.17 28.18 -
YUV 156.29 117.68 165.59 -
System Red Green Blue C M Y K H S L
Decimal 209 133 138 0 0.36 0.34 0.18 356.05 0.45 0.67
Hex D1 85 8A 0 24 22 12 164 2D 43
Octal 321 205 212 0 44 42 22 544 55 103
Binary 11010001 10000101 10001010 0 100100 100010 10010 101100100 101101 1000011

Color Harmonies of #D1858A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1858A

Black with #D1858A

Text Example


Text Example

White with #D1858A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1858A; }

 p { color: rgb(209,133,138); }

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

background-color css

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

 a { background-color: rgb(209,133,138); }

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

border-color css

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

 span { border-color: rgb(209,133,138); }

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