#D79276

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

Shades of Feldspar #D79276

Tints of Feldspar #D79276

Color information

#D79276 (or 0xD79276) is unknown color: approx Feldspar. HEX triplet: D7, 92 and 76. RGB value is (215,146,118). Sum of RGB (Red+Green+Blue) = 215+146+118=479 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.89% from 479); Green value is 146 (57.42% from 255 or 30.48% from 479); Blue value is 118 (46.48% from 255 or 24.63% from 479); Max value from RGB is 215 - color contains mainly: red. Hex color #D79276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79276 is #286D89. Grayscale: #A3A3A3. Windows color (decimal): -2649482 or 7770839. OLE color: 7770839.

HSL color Cylindrical-coordinate representation of color #D79276: hue angle of 17.32º 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 #D79276 is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB215146118-
CMYK00.320.450.16
HSL17.32º54.8%65.29%-
HSV(B)17.32º45.12%84.31%-
XYZ41.5736.3121.96-
YUV163.44102.36164.78-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.89%
GREEN value IS 146 (57.42% from 255) = 30.48%
BLUE value IS 118 (46.48% from 255) = 24.63%
R=44.89%
G=30.48%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514611800.320.450.1617.3254.865.29
HexD792760202D10113741
Octal32722216604055202167101
Binary11010111100100101110110010000010110110000100011101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79276; }

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

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

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

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

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

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

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

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