Html Css Color HEX #D7977F Feldspar

📋 copy color: '#D7977F'

red 215 ◦ green 151 ◦ blue 127

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

Shades of Feldspar #D7977F

Tints of Feldspar #D7977F

RGB

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

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

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

R = 43.61%
G = 30.63%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D7977F (or 0xD7977F) is known color: Feldspar. HEX triplet: D7, 97 and 7F. RGB value is (215,151,127). Sum of RGB (Red+Green+Blue) = 215+151+127=493 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.61% from 493); Green value is 151 (59.38% from 255 or 30.63% from 493); Blue value is 127 (50% from 255 or 25.76% from 493); Max value from RGB is 215 - color contains mainly: red. Hex color #D7977F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7977F is #286880. Grayscale: #A7A7A7. Windows color (decimal): -2648193 or 8361943. OLE color: 8361943.

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

Color convert

RGB 215 151 127 -
CMYK 0 0.30 0.41 0.16
HSL 16.36º 0.52% 0.67% -
HSV(B) 16.36º 0.41% 0.84% -
XYZ 42.92 38.11 25.17 -
YUV 167.4 105.2 161.95 -
System Red Green Blue C M Y K H S L
Decimal 215 151 127 0 0.30 0.41 0.16 16.36 0.52 0.67
Hex D7 97 7F 0 1E 29 10 10 34 43
Octal 327 227 177 0 36 51 20 20 64 103
Binary 11010111 10010111 1111111 0 11110 101001 10000 10000 110100 1000011

Color Harmonies of #D7977F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7977F

Black with #D7977F

Text Example


Text Example

White with #D7977F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7977F; }

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

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

background-color css

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

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

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

border-color css

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

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

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