Html Css Color HEX #D6977F Feldspar

📋 copy color: '#D6977F'

red 214 ◦ green 151 ◦ blue 127

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

Shades of Feldspar #D6977F

Tints of Feldspar #D6977F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 25.81%

R = 43.5%
G = 30.69%
B = 25.81%

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

#D6977F (or 0xD6977F) is known color: Feldspar. HEX triplet: D6, 97 and 7F. RGB value is (214,151,127). Sum of RGB (Red+Green+Blue) = 214+151+127=492 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.50% from 492); Green value is 151 (59.38% from 255 or 30.69% from 492); Blue value is 127 (50% from 255 or 25.81% from 492); Max value from RGB is 214 - color contains mainly: red. Hex color #D6977F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6977F is #296880. Grayscale: #A7A7A7. Windows color (decimal): -2713729 or 8361942. OLE color: 8361942.

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

Color convert

RGB 214 151 127 -
CMYK 0 0.29 0.41 0.16
HSL 16.55º 0.51% 0.67% -
HSV(B) 16.55º 0.41% 0.84% -
XYZ 42.63 37.96 25.16 -
YUV 167.1 105.37 161.45 -
System Red Green Blue C M Y K H S L
Decimal 214 151 127 0 0.29 0.41 0.16 16.55 0.51 0.67
Hex D6 97 7F 0 1D 29 10 11 33 43
Octal 326 227 177 0 35 51 20 21 63 103
Binary 11010110 10010111 1111111 0 11101 101001 10000 10001 110011 1000011

Color Harmonies of #D6977F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6977F

Black with #D6977F

Text Example


Text Example

White with #D6977F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6977F; }

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

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

background-color css

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

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

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

border-color css

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

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

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