Html Css Color HEX #D7976F Feldspar

📋 copy color: '#D7976F'

red 215 ◦ green 151 ◦ blue 111

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

Shades of Feldspar #D7976F

Tints of Feldspar #D7976F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.27%

R = 45.07%
G = 31.66%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D7976F (or 0xD7976F) is known color: Feldspar. HEX triplet: D7, 97 and 6F. RGB value is (215,151,111). Sum of RGB (Red+Green+Blue) = 215+151+111=477 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.07% from 477); Green value is 151 (59.38% from 255 or 31.66% from 477); Blue value is 111 (43.75% from 255 or 23.27% from 477); Max value from RGB is 215 - color contains mainly: red. Hex color #D7976F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7976F is #286890. Grayscale: #A5A5A5. Windows color (decimal): -2648209 or 7313367. OLE color: 7313367.

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

Color convert

RGB 215 151 111 -
CMYK 0 0.30 0.48 0.16
HSL 23.08º 0.57% 0.64% -
HSV(B) 23.08º 0.48% 0.84% -
XYZ 41.96 37.73 20.11 -
YUV 165.58 97.2 163.25 -
System Red Green Blue C M Y K H S L
Decimal 215 151 111 0 0.30 0.48 0.16 23.08 0.57 0.64
Hex D7 97 6F 0 1E 30 10 17 39 40
Octal 327 227 157 0 36 60 20 27 71 100
Binary 11010111 10010111 1101111 0 11110 110000 10000 10111 111001 1000000

Color Harmonies of #D7976F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7976F

Black with #D7976F

Text Example


Text Example

White with #D7976F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7976F; }

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

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

background-color css

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

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

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

border-color css

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

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

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