Html Css Color HEX #D8977D Feldspar

📋 copy color: '#D8977D'

red 216 ◦ green 151 ◦ blue 125

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

Shades of Feldspar #D8977D

Tints of Feldspar #D8977D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.41%

R = 43.9%
G = 30.69%
B = 25.41%

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

#D8977D (or 0xD8977D) is known color: Feldspar. HEX triplet: D8, 97 and 7D. RGB value is (216,151,125). Sum of RGB (Red+Green+Blue) = 216+151+125=492 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.90% from 492); Green value is 151 (59.38% from 255 or 30.69% from 492); Blue value is 125 (49.22% from 255 or 25.41% from 492); Max value from RGB is 216 - color contains mainly: red. Hex color #D8977D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8977D is #276882. Grayscale: #A7A7A7. Windows color (decimal): -2582659 or 8230872. OLE color: 8230872.

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

Color convert

RGB 216 151 125 -
CMYK 0 0.30 0.42 0.15
HSL 17.14º 0.54% 0.67% -
HSV(B) 17.14º 0.42% 0.85% -
XYZ 43.09 38.21 24.51 -
YUV 167.47 104.03 162.61 -
System Red Green Blue C M Y K H S L
Decimal 216 151 125 0 0.30 0.42 0.15 17.14 0.54 0.67
Hex D8 97 7D 0 1E 2A F 11 36 43
Octal 330 227 175 0 36 52 17 21 66 103
Binary 11011000 10010111 1111101 0 11110 101010 1111 10001 110110 1000011

Color Harmonies of #D8977D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8977D

Black with #D8977D

Text Example


Text Example

White with #D8977D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8977D; }

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

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

background-color css

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

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

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

border-color css

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

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

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