#D38586

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

Shades of Charm #D38586

Tints of Charm #D38586

Color information

#D38586 (or 0xD38586) is unknown color: approx Charm. HEX triplet: D3, 85 and 86. RGB value is (211,133,134). Sum of RGB (Red+Green+Blue) = 211+133+134=478 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.14% from 478); Green value is 133 (52.34% from 255 or 27.82% from 478); Blue value is 134 (52.73% from 255 or 28.03% from 478); Max value from RGB is 211 - color contains mainly: red. Hex color #D38586 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38586 is #2C7A79. Grayscale: #9C9C9C. Windows color (decimal): -2914938 or 8816083. OLE color: 8816083.

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

Color convert

RGB211133134-
CMYK00.370.360.17
HSL359.23º46.99%67.45%-
HSV(B)359.23º36.97%82.75%-
XYZ39.5532.3526.71-
YUV156.44115.34166.92-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 44.14%
GREEN value IS 133 (52.34% from 255) = 27.82%
BLUE value IS 134 (52.73% from 255) = 28.03%
R=44.14%
G=27.82%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.36
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21113313400.370.360.17359.2346.9967.45
HexD3858602524111672f43
Octal323205206045442154757103
Binary1101001110000101100001100100101100100100011011001111011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38586; }

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

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

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

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

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

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

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

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