#D3868B

Color #D3868B Puce (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puce #D3868B

Tints of Puce #D3868B

Color information

#D3868B (or 0xD3868B) is unknown color: approx Puce. HEX triplet: D3, 86 and 8B. RGB value is (211,134,139). Sum of RGB (Red+Green+Blue) = 211+134+139=484 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.60% from 484); Green value is 134 (52.73% from 255 or 27.69% from 484); Blue value is 139 (54.69% from 255 or 28.72% from 484); Max value from RGB is 211 - color contains mainly: red. Hex color #D3868B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3868B is #2C7974. Grayscale: #9D9D9D. Windows color (decimal): -2914677 or 9144019. OLE color: 9144019.

HSL color Cylindrical-coordinate representation of color #D3868B: hue angle of 356.1º degrees, saturation: 0.47, 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 #D3868B is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.17.

Color convert

RGB211134139-
CMYK00.360.340.17
HSL356.1º46.67%67.65%-
HSV(B)356.1º36.49%82.75%-
XYZ40.0532.7628.64-
YUV157.59117.51166.09-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 43.60%
GREEN value IS 134 (52.73% from 255) = 27.69%
BLUE value IS 139 (54.69% from 255) = 28.72%
R=43.60%
G=27.69%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.34
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21113413900.360.340.17356.146.6767.65
HexD3868B02422111642f44
Octal323206213044422154457104
Binary1101001110000110100010110100100100010100011011001001011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3868B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3868B; }

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

 H1.HeaderClassName
 {
   color: #D3868B;
 }
 .AnyTagClassName
 {
   color: #D3868B;
 }
</style>
background-color css

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

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

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

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

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

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