Html Css Color HEX #D8977E Feldspar

📋 copy color: '#D8977E'

red 216 ◦ green 151 ◦ blue 126

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

Shades of Feldspar #D8977E

Tints of Feldspar #D8977E

RGB

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

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

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

R = 43.81%
G = 30.63%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#D8977E (or 0xD8977E) is known color: Feldspar. HEX triplet: D8, 97 and 7E. RGB value is (216,151,126). Sum of RGB (Red+Green+Blue) = 216+151+126=493 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.81% from 493); Green value is 151 (59.38% from 255 or 30.63% from 493); Blue value is 126 (49.61% from 255 or 25.56% from 493); Max value from RGB is 216 - color contains mainly: red. Hex color #D8977E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8977E is #276881. Grayscale: #A7A7A7. Windows color (decimal): -2582658 or 8296408. OLE color: 8296408.

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

Color convert

RGB 216 151 126 -
CMYK 0 0.30 0.42 0.15
HSL 16.67º 0.54% 0.67% -
HSV(B) 16.67º 0.42% 0.85% -
XYZ 43.15 38.24 24.85 -
YUV 167.59 104.53 162.53 -
System Red Green Blue C M Y K H S L
Decimal 216 151 126 0 0.30 0.42 0.15 16.67 0.54 0.67
Hex D8 97 7E 0 1E 2A F 11 36 43
Octal 330 227 176 0 36 52 17 21 66 103
Binary 11011000 10010111 1111110 0 11110 101010 1111 10001 110110 1000011

Color Harmonies of #D8977E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8977E

Black with #D8977E

Text Example


Text Example

White with #D8977E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8977E; }

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

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

background-color css

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

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

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

border-color css

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

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

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