#D79476

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

Shades of Feldspar #D79476

Tints of Feldspar #D79476

Color information

#D79476 (or 0xD79476) is unknown color: approx Feldspar. HEX triplet: D7, 94 and 76. RGB value is (215,148,118). Sum of RGB (Red+Green+Blue) = 215+148+118=481 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.70% from 481); Green value is 148 (58.20% from 255 or 30.77% from 481); Blue value is 118 (46.48% from 255 or 24.53% from 481); Max value from RGB is 215 - color contains mainly: red. Hex color #D79476 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79476 is #286B89. Grayscale: #A4A4A4. Windows color (decimal): -2648970 or 7771351. OLE color: 7771351.

HSL color Cylindrical-coordinate representation of color #D79476: hue angle of 18.56º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D79476 is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB215148118-
CMYK00.310.450.16
HSL18.56º54.8%65.29%-
HSV(B)18.56º45.12%84.31%-
XYZ41.8836.9322.06-
YUV164.61101.7163.94-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.70%
GREEN value IS 148 (58.20% from 255) = 30.77%
BLUE value IS 118 (46.48% from 255) = 24.53%
R=44.70%
G=30.77%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514811800.310.450.1618.5654.865.29
HexD7947601F2D10133741
Octal32722416603755202367101
Binary1101011110010100111011001111110110110000100111101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79476; }

 p { color: rgb(215,148,118); }

 H1.HeaderClassName
 {
   color: #D79476;
 }
 .AnyTagClassName
 {
   color: #D79476;
 }
</style>
background-color css

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

 a { background-color: rgb(215,148,118); }

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

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

 span { border-color: rgb(215,148,118); }

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