Html Css Color HEX #D6977E Feldspar

📋 copy color: '#D6977E'

red 214 ◦ green 151 ◦ blue 126

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

Shades of Feldspar #D6977E

Tints of Feldspar #D6977E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 25.66%

R = 43.58%
G = 30.75%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D6977E (or 0xD6977E) is known color: Feldspar. HEX triplet: D6, 97 and 7E. RGB value is (214,151,126). Sum of RGB (Red+Green+Blue) = 214+151+126=491 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.58% from 491); Green value is 151 (59.38% from 255 or 30.75% from 491); Blue value is 126 (49.61% from 255 or 25.66% from 491); Max value from RGB is 214 - color contains mainly: red. Hex color #D6977E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6977E is #296881. Grayscale: #A7A7A7. Windows color (decimal): -2713730 or 8296406. OLE color: 8296406.

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

Color convert

RGB 214 151 126 -
CMYK 0 0.29 0.41 0.16
HSL 17.05º 0.52% 0.67% -
HSV(B) 17.05º 0.41% 0.84% -
XYZ 42.56 37.94 24.82 -
YUV 166.99 104.87 161.53 -
System Red Green Blue C M Y K H S L
Decimal 214 151 126 0 0.29 0.41 0.16 17.05 0.52 0.67
Hex D6 97 7E 0 1D 29 10 11 34 43
Octal 326 227 176 0 35 51 20 21 64 103
Binary 11010110 10010111 1111110 0 11101 101001 10000 10001 110100 1000011

Color Harmonies of #D6977E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6977E

Black with #D6977E

Text Example


Text Example

White with #D6977E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6977E; }

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

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

background-color css

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

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

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

border-color css

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

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

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