Html Css Color HEX #D6977C Feldspar

📋 copy color: '#D6977C'

red 214 ◦ green 151 ◦ blue 124

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

Shades of Feldspar #D6977C

Tints of Feldspar #D6977C

RGB

 RED value IS 214 (83.98% from 255) = 43.76%

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

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

R = 43.76%
G = 30.88%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D6977C (or 0xD6977C) is known color: Feldspar. HEX triplet: D6, 97 and 7C. RGB value is (214,151,124). Sum of RGB (Red+Green+Blue) = 214+151+124=489 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.76% from 489); Green value is 151 (59.38% from 255 or 30.88% from 489); Blue value is 124 (48.83% from 255 or 25.36% from 489); Max value from RGB is 214 - color contains mainly: red. Hex color #D6977C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6977C is #296883. Grayscale: #A6A6A6. Windows color (decimal): -2713732 or 8165334. OLE color: 8165334.

HSL color Cylindrical-coordinate representation of color #D6977C: hue angle of 18º degrees, saturation: 0.52, 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 #D6977C is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 151 124 -
CMYK 0 0.29 0.42 0.16
HSL 18º 0.52% 0.66% -
HSV(B) 18º 0.42% 0.84% -
XYZ 42.44 37.88 24.14 -
YUV 166.76 103.87 161.7 -
System Red Green Blue C M Y K H S L
Decimal 214 151 124 0 0.29 0.42 0.16 18 0.52 0.66
Hex D6 97 7C 0 1D 2A 10 12 34 42
Octal 326 227 174 0 35 52 20 22 64 102
Binary 11010110 10010111 1111100 0 11101 101010 10000 10010 110100 1000010

Color Harmonies of #D6977C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6977C

Black with #D6977C

Text Example


Text Example

White with #D6977C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6977C; }

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

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

background-color css

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

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

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

border-color css

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

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

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