Html Css Color HEX #D8977A Feldspar

📋 copy color: '#D8977A'

red 216 ◦ green 151 ◦ blue 122

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

Shades of Feldspar #D8977A

Tints of Feldspar #D8977A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.95%

R = 44.17%
G = 30.88%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D8977A (or 0xD8977A) is known color: Feldspar. HEX triplet: D8, 97 and 7A. RGB value is (216,151,122). Sum of RGB (Red+Green+Blue) = 216+151+122=489 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.17% from 489); Green value is 151 (59.38% from 255 or 30.88% from 489); Blue value is 122 (48.05% from 255 or 24.95% from 489); Max value from RGB is 216 - color contains mainly: red. Hex color #D8977A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8977A is #276885. Grayscale: #A7A7A7. Windows color (decimal): -2582662 or 8034264. OLE color: 8034264.

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

Color convert

RGB 216 151 122 -
CMYK 0 0.30 0.44 0.15
HSL 18.51º 0.55% 0.66% -
HSV(B) 18.51º 0.44% 0.85% -
XYZ 42.9 38.14 23.51 -
YUV 167.13 102.53 162.86 -
System Red Green Blue C M Y K H S L
Decimal 216 151 122 0 0.30 0.44 0.15 18.51 0.55 0.66
Hex D8 97 7A 0 1E 2C F 13 37 42
Octal 330 227 172 0 36 54 17 23 67 102
Binary 11011000 10010111 1111010 0 11110 101100 1111 10011 110111 1000010

Color Harmonies of #D8977A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8977A

Black with #D8977A

Text Example


Text Example

White with #D8977A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8977A; }

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

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

background-color css

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

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

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

border-color css

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

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

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