Html Css Color HEX #D7977C Feldspar

📋 copy color: '#D7977C'

red 215 ◦ green 151 ◦ blue 124

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

Shades of Feldspar #D7977C

Tints of Feldspar #D7977C

RGB

 RED value IS 215 (84.38% from 255) = 43.88%

 GREEN value IS 151 (59.38% from 255) = 30.82%

 BLUE value IS 124 (48.83% from 255) = 25.31%

R = 43.88%
G = 30.82%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D7977C (or 0xD7977C) is known color: Feldspar. HEX triplet: D7, 97 and 7C. RGB value is (215,151,124). Sum of RGB (Red+Green+Blue) = 215+151+124=490 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.88% from 490); Green value is 151 (59.38% from 255 or 30.82% from 490); Blue value is 124 (48.83% from 255 or 25.31% from 490); Max value from RGB is 215 - color contains mainly: red. Hex color #D7977C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7977C is #286883. Grayscale: #A7A7A7. Windows color (decimal): -2648196 or 8165335. OLE color: 8165335.

HSL color Cylindrical-coordinate representation of color #D7977C: hue angle of 17.8º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D7977C is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 151 124 -
CMYK 0 0.30 0.42 0.16
HSL 17.8º 0.53% 0.66% -
HSV(B) 17.8º 0.42% 0.84% -
XYZ 42.73 38.04 24.16 -
YUV 167.06 103.7 162.2 -
System Red Green Blue C M Y K H S L
Decimal 215 151 124 0 0.30 0.42 0.16 17.8 0.53 0.66
Hex D7 97 7C 0 1E 2A 10 12 35 42
Octal 327 227 174 0 36 52 20 22 65 102
Binary 11010111 10010111 1111100 0 11110 101010 10000 10010 110101 1000010

Color Harmonies of #D7977C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7977C

Black with #D7977C

Text Example


Text Example

White with #D7977C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7977C; }

 p { color: rgb(215,151,124); }

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

background-color css

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

 a { background-color: rgb(215,151,124); }

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

border-color css

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

 span { border-color: rgb(215,151,124); }

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