Html Css Color HEX #D8977F Feldspar

📋 copy color: '#D8977F'

red 216 ◦ green 151 ◦ blue 127

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

Shades of Feldspar #D8977F

Tints of Feldspar #D8977F

RGB

 RED value IS 216 (84.77% from 255) = 43.72%

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

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

R = 43.72%
G = 30.57%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D8977F (or 0xD8977F) is known color: Feldspar. HEX triplet: D8, 97 and 7F. RGB value is (216,151,127). Sum of RGB (Red+Green+Blue) = 216+151+127=494 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.72% from 494); Green value is 151 (59.38% from 255 or 30.57% from 494); Blue value is 127 (50% from 255 or 25.71% from 494); Max value from RGB is 216 - color contains mainly: red. Hex color #D8977F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8977F is #276880. Grayscale: #A7A7A7. Windows color (decimal): -2582657 or 8361944. OLE color: 8361944.

HSL color Cylindrical-coordinate representation of color #D8977F: hue angle of 16.18º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D8977F is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 151 127 -
CMYK 0 0.30 0.41 0.15
HSL 16.18º 0.53% 0.67% -
HSV(B) 16.18º 0.41% 0.85% -
XYZ 43.22 38.26 25.19 -
YUV 167.7 105.03 162.45 -
System Red Green Blue C M Y K H S L
Decimal 216 151 127 0 0.30 0.41 0.15 16.18 0.53 0.67
Hex D8 97 7F 0 1E 29 F 10 35 43
Octal 330 227 177 0 36 51 17 20 65 103
Binary 11011000 10010111 1111111 0 11110 101001 1111 10000 110101 1000011

Color Harmonies of #D8977F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8977F

Black with #D8977F

Text Example


Text Example

White with #D8977F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8977F; }

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

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

background-color css

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

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

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

border-color css

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

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

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