#D79772

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

Shades of Feldspar #D79772

Tints of Feldspar #D79772

Color information

#D79772 (or 0xD79772) is unknown color: approx Feldspar. HEX triplet: D7, 97 and 72. RGB value is (215,151,114). Sum of RGB (Red+Green+Blue) = 215+151+114=480 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.79% from 480); Green value is 151 (59.38% from 255 or 31.46% from 480); Blue value is 114 (44.92% from 255 or 23.75% from 480); Max value from RGB is 215 - color contains mainly: red. Hex color #D79772 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79772 is #28688D. Grayscale: #A6A6A6. Windows color (decimal): -2648206 or 7509975. OLE color: 7509975.

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

Color convert

RGB215151114-
CMYK00.300.470.16
HSL21.98º55.8%64.51%-
HSV(B)21.98º46.98%84.31%-
XYZ42.1337.820.99-
YUV165.9298.7163.01-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.79%
GREEN value IS 151 (59.38% from 255) = 31.46%
BLUE value IS 114 (44.92% from 255) = 23.75%
R=44.79%
G=31.46%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515111400.300.470.1621.9855.864.51
HexD7977201E2F10163841
Octal32722716203657202670101
Binary1101011110010111111001001111010111110000101101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79772; }

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

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

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

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

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

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

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

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