#D7976F

Color #D7976F Feldspar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feldspar #D7976F

Tints of Feldspar #D7976F

Color information

#D7976F (or 0xD7976F) is unknown color: approx 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

RGB215151111-
CMYK00.300.480.16
HSL23.08º56.52%63.92%-
HSV(B)23.08º48.37%84.31%-
XYZ41.9637.7320.11-
YUV165.5897.2163.25-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515111100.300.480.1623.0856.5263.92
HexD7976F01E3010173940
Octal32722715703660202771100
Binary1101011110010111110111101111011000010000101111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7976F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>