#D79973

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

Shades of Feldspar #D79973

Tints of Feldspar #D79973

Color information

#D79973 (or 0xD79973) is unknown color: approx Feldspar. HEX triplet: D7, 99 and 73. RGB value is (215,153,115). Sum of RGB (Red+Green+Blue) = 215+153+115=483 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.51% from 483); Green value is 153 (60.16% from 255 or 31.68% from 483); Blue value is 115 (45.31% from 255 or 23.81% from 483); Max value from RGB is 215 - color contains mainly: red. Hex color #D79973 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79973 is #28668C. Grayscale: #A7A7A7. Windows color (decimal): -2647693 or 7576023. OLE color: 7576023.

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

Color convert

RGB215153115-
CMYK00.290.470.16
HSL22.8º55.56%64.71%-
HSV(B)22.8º46.51%84.31%-
XYZ42.5138.4721.4-
YUV167.2198.54162.09-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.51%
GREEN value IS 153 (60.16% from 255) = 31.68%
BLUE value IS 115 (45.31% from 255) = 23.81%
R=44.51%
G=31.68%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515311500.290.470.1622.855.5664.71
HexD7997301D2F10173841
Octal32723116303557202770101
Binary1101011110011001111001101110110111110000101111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79973; }

 p { color: rgb(215,153,115); }

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

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

 a { background-color: rgb(215,153,115); }

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

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

 span { border-color: rgb(215,153,115); }

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