Html Css Color HEX #D3888A Puce

📋 copy color: '#D3888A'

red 211 ◦ green 136 ◦ blue 138

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

Shades of Puce #D3888A

Tints of Puce #D3888A

RGB

 RED value IS 211 (82.81% from 255) = 43.51%

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

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

R = 43.51%
G = 28.04%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#D3888A (or 0xD3888A) is known color: Puce. HEX triplet: D3, 88 and 8A. RGB value is (211,136,138). Sum of RGB (Red+Green+Blue) = 211+136+138=485 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.51% from 485); Green value is 136 (53.52% from 255 or 28.04% from 485); Blue value is 138 (54.30% from 255 or 28.45% from 485); Max value from RGB is 211 - color contains mainly: red. Hex color #D3888A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3888A is #2C7775. Grayscale: #9E9E9E. Windows color (decimal): -2914166 or 9078995. OLE color: 9078995.

HSL color Cylindrical-coordinate representation of color #D3888A: hue angle of 358.4º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D3888A is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 136 138 -
CMYK 0 0.36 0.35 0.17
HSL 358.4º 0.46% 0.68% -
HSV(B) 358.4º 0.36% 0.83% -
XYZ 40.26 33.29 28.35 -
YUV 158.65 116.35 165.34 -
System Red Green Blue C M Y K H S L
Decimal 211 136 138 0 0.36 0.35 0.17 358.4 0.46 0.68
Hex D3 88 8A 0 24 23 11 166 2E 44
Octal 323 210 212 0 44 43 21 546 56 104
Binary 11010011 10001000 10001010 0 100100 100011 10001 101100110 101110 1000100

Color Harmonies of #D3888A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3888A

Black with #D3888A

Text Example


Text Example

White with #D3888A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3888A; }

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

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

background-color css

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

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

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

border-color css

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

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

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