#D97A86

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

Shades of Charm #D97A86

Tints of Charm #D97A86

Color information

#D97A86 (or 0xD97A86) is unknown color: approx Charm. HEX triplet: D9, 7A and 86. RGB value is (217,122,134). Sum of RGB (Red+Green+Blue) = 217+122+134=473 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.88% from 473); Green value is 122 (48.05% from 255 or 25.79% from 473); Blue value is 134 (52.73% from 255 or 28.33% from 473); Max value from RGB is 217 - color contains mainly: red. Hex color #D97A86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97A86 is #268579. Grayscale: #979797. Windows color (decimal): -2524538 or 8813273. OLE color: 8813273.

HSL color Cylindrical-coordinate representation of color #D97A86: hue angle of 352.42º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D97A86 is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB217122134-
CMYK00.440.380.15
HSL352.42º55.56%66.47%-
HSV(B)352.42º43.78%85.1%-
XYZ39.8830.3926.32-
YUV151.77117.97174.52-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.88%
GREEN value IS 122 (48.05% from 255) = 25.79%
BLUE value IS 134 (52.73% from 255) = 28.33%
R=45.88%
G=25.79%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712213400.440.380.15352.4255.5666.47
HexD97A8602C26F1603842
Octal331172206054461754070102
Binary11011001111101010000110010110010011011111011000001110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97A86; }

 p { color: rgb(217,122,134); }

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

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

 a { background-color: rgb(217,122,134); }

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

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

 span { border-color: rgb(217,122,134); }

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