Html Css Color HEX #D97B8C Charm

📋 copy color: '#D97B8C'

red 217 ◦ green 123 ◦ blue 140

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

Shades of Charm #D97B8C

Tints of Charm #D97B8C

RGB

 RED value IS 217 (85.16% from 255) = 45.21%

 GREEN value IS 123 (48.44% from 255) = 25.63%

 BLUE value IS 140 (55.08% from 255) = 29.17%

R = 45.21%
G = 25.63%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D97B8C (or 0xD97B8C) is known color: Charm. HEX triplet: D9, 7B and 8C. RGB value is (217,123,140). Sum of RGB (Red+Green+Blue) = 217+123+140=480 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.21% from 480); Green value is 123 (48.44% from 255 or 25.62% from 480); Blue value is 140 (55.08% from 255 or 29.17% from 480); Max value from RGB is 217 - color contains mainly: red. Hex color #D97B8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97B8C is #268473. Grayscale: #999999. Windows color (decimal): -2524276 or 9206745. OLE color: 9206745.

HSL color Cylindrical-coordinate representation of color #D97B8C: hue angle of 349.15º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D97B8C is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 123 140 -
CMYK 0 0.43 0.35 0.15
HSL 349.15º 0.55% 0.67% -
HSV(B) 349.15º 0.43% 0.85% -
XYZ 40.43 30.81 28.63 -
YUV 153.04 120.64 173.62 -
System Red Green Blue C M Y K H S L
Decimal 217 123 140 0 0.43 0.35 0.15 349.15 0.55 0.67
Hex D9 7B 8C 0 2B 23 F 15D 37 43
Octal 331 173 214 0 53 43 17 535 67 103
Binary 11011001 1111011 10001100 0 101011 100011 1111 101011101 110111 1000011

Color Harmonies of #D97B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97B8C

Black with #D97B8C

Text Example


Text Example

White with #D97B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97B8C; }

 p { color: rgb(217,123,140); }

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

background-color css

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

 a { background-color: rgb(217,123,140); }

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

border-color css

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

 span { border-color: rgb(217,123,140); }

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