Html Css Color HEX #D7977D Feldspar

📋 copy color: '#D7977D'

red 215 ◦ green 151 ◦ blue 125

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

Shades of Feldspar #D7977D

Tints of Feldspar #D7977D

RGB

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

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

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

R = 43.79%
G = 30.75%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D7977D (or 0xD7977D) is known color: Feldspar. HEX triplet: D7, 97 and 7D. RGB value is (215,151,125). Sum of RGB (Red+Green+Blue) = 215+151+125=491 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.79% from 491); Green value is 151 (59.38% from 255 or 30.75% from 491); Blue value is 125 (49.22% from 255 or 25.46% from 491); Max value from RGB is 215 - color contains mainly: red. Hex color #D7977D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7977D is #286882. Grayscale: #A7A7A7. Windows color (decimal): -2648195 or 8230871. OLE color: 8230871.

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

Color convert

RGB 215 151 125 -
CMYK 0 0.30 0.42 0.16
HSL 17.33º 0.53% 0.67% -
HSV(B) 17.33º 0.42% 0.84% -
XYZ 42.79 38.06 24.49 -
YUV 167.17 104.2 162.11 -
System Red Green Blue C M Y K H S L
Decimal 215 151 125 0 0.30 0.42 0.16 17.33 0.53 0.67
Hex D7 97 7D 0 1E 2A 10 11 35 43
Octal 327 227 175 0 36 52 20 21 65 103
Binary 11010111 10010111 1111101 0 11110 101010 10000 10001 110101 1000011

Color Harmonies of #D7977D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7977D

Black with #D7977D

Text Example


Text Example

White with #D7977D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7977D; }

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

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

background-color css

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

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

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

border-color css

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

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

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