Html Css Color HEX #D6977A Feldspar

📋 copy color: '#D6977A'

red 214 ◦ green 151 ◦ blue 122

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

Shades of Feldspar #D6977A

Tints of Feldspar #D6977A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25.05%

R = 43.94%
G = 31.01%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D6977A (or 0xD6977A) is known color: Feldspar. HEX triplet: D6, 97 and 7A. RGB value is (214,151,122). Sum of RGB (Red+Green+Blue) = 214+151+122=487 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.94% from 487); Green value is 151 (59.38% from 255 or 31.01% from 487); Blue value is 122 (48.05% from 255 or 25.05% from 487); Max value from RGB is 214 - color contains mainly: red. Hex color #D6977A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6977A is #296885. Grayscale: #A6A6A6. Windows color (decimal): -2713734 or 8034262. OLE color: 8034262.

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

Color convert

RGB 214 151 122 -
CMYK 0 0.29 0.43 0.16
HSL 18.91º 0.53% 0.66% -
HSV(B) 18.91º 0.43% 0.84% -
XYZ 42.31 37.83 23.49 -
YUV 166.53 102.87 161.86 -
System Red Green Blue C M Y K H S L
Decimal 214 151 122 0 0.29 0.43 0.16 18.91 0.53 0.66
Hex D6 97 7A 0 1D 2B 10 13 35 42
Octal 326 227 172 0 35 53 20 23 65 102
Binary 11010110 10010111 1111010 0 11101 101011 10000 10011 110101 1000010

Color Harmonies of #D6977A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6977A

Black with #D6977A

Text Example


Text Example

White with #D6977A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6977A; }

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

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

background-color css

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

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

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

border-color css

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

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

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