Html Css Color HEX #D1868B Puce

📋 copy color: '#D1868B'

red 209 ◦ green 134 ◦ blue 139

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

Shades of Puce #D1868B

Tints of Puce #D1868B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.8%

 BLUE value IS 139 (54.69% from 255) = 28.84%

R = 43.36%
G = 27.8%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D1868B (or 0xD1868B) is known color: Puce. HEX triplet: D1, 86 and 8B. RGB value is (209,134,139). Sum of RGB (Red+Green+Blue) = 209+134+139=482 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.36% from 482); Green value is 134 (52.73% from 255 or 27.80% from 482); Blue value is 139 (54.69% from 255 or 28.84% from 482); Max value from RGB is 209 - color contains mainly: red. Hex color #D1868B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1868B is #2E7974. Grayscale: #9D9D9D. Windows color (decimal): -3045749 or 9144017. OLE color: 9144017.

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

Color convert

RGB 209 134 139 -
CMYK 0 0.36 0.33 0.18
HSL 356º 0.45% 0.67% -
HSV(B) 356º 0.36% 0.82% -
XYZ 39.48 32.47 28.61 -
YUV 157 117.85 165.09 -
System Red Green Blue C M Y K H S L
Decimal 209 134 139 0 0.36 0.33 0.18 356 0.45 0.67
Hex D1 86 8B 0 24 21 12 164 2D 43
Octal 321 206 213 0 44 41 22 544 55 103
Binary 11010001 10000110 10001011 0 100100 100001 10010 101100100 101101 1000011

Color Harmonies of #D1868B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1868B

Black with #D1868B

Text Example


Text Example

White with #D1868B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1868B; }

 p { color: rgb(209,134,139); }

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

background-color css

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

 a { background-color: rgb(209,134,139); }

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

border-color css

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

 span { border-color: rgb(209,134,139); }

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