Html Css Color HEX #D97A86 Charm

📋 copy color: '#D97A86'

red 217 ◦ green 122 ◦ blue 134

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

Shades of Charm #D97A86

Tints of Charm #D97A86

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 value IS 0

 M value IS 0.44

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D97A86 (or 0xD97A86) is known color: 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

RGB 217 122 134 -
CMYK 0 0.44 0.38 0.15
HSL 352.42º 0.56% 0.66% -
HSV(B) 352.42º 0.44% 0.85% -
XYZ 39.88 30.39 26.32 -
YUV 151.77 117.97 174.52 -
System Red Green Blue C M Y K H S L
Decimal 217 122 134 0 0.44 0.38 0.15 352.42 0.56 0.66
Hex D9 7A 86 0 2C 26 F 160 38 42
Octal 331 172 206 0 54 46 17 540 70 102
Binary 11011001 1111010 10000110 0 101100 100110 1111 101100000 111000 1000010

Color Harmonies of #D97A86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97A86

Black with #D97A86

Text Example


Text Example

White with #D97A86

Text Example


Text Example

HTML Codes & Css Web 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>