Html Css Color HEX #D7977A Feldspar

📋 copy color: '#D7977A'

red 215 ◦ green 151 ◦ blue 122

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

Shades of Feldspar #D7977A

Tints of Feldspar #D7977A

RGB

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

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

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

R = 44.06%
G = 30.94%
B = 25%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D7977A (or 0xD7977A) is known color: Feldspar. HEX triplet: D7, 97 and 7A. RGB value is (215,151,122). Sum of RGB (Red+Green+Blue) = 215+151+122=488 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.06% from 488); Green value is 151 (59.38% from 255 or 30.94% from 488); Blue value is 122 (48.05% from 255 or 25% from 488); Max value from RGB is 215 - color contains mainly: red. Hex color #D7977A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7977A is #286885. Grayscale: #A7A7A7. Windows color (decimal): -2648198 or 8034263. OLE color: 8034263.

HSL color Cylindrical-coordinate representation of color #D7977A: hue angle of 18.71º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D7977A is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 151 122 -
CMYK 0 0.30 0.43 0.16
HSL 18.71º 0.54% 0.66% -
HSV(B) 18.71º 0.43% 0.84% -
XYZ 42.6 37.99 23.5 -
YUV 166.83 102.7 162.36 -
System Red Green Blue C M Y K H S L
Decimal 215 151 122 0 0.30 0.43 0.16 18.71 0.54 0.66
Hex D7 97 7A 0 1E 2B 10 13 36 42
Octal 327 227 172 0 36 53 20 23 66 102
Binary 11010111 10010111 1111010 0 11110 101011 10000 10011 110110 1000010

Color Harmonies of #D7977A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7977A

Black with #D7977A

Text Example


Text Example

White with #D7977A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7977A; }

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

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

background-color css

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

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

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

border-color css

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

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

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