#D79574

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

Shades of Feldspar #D79574

Tints of Feldspar #D79574

Color information

#D79574 (or 0xD79574) is unknown color: approx Feldspar. HEX triplet: D7, 95 and 74. RGB value is (215,149,116). Sum of RGB (Red+Green+Blue) = 215+149+116=480 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.79% from 480); Green value is 149 (58.59% from 255 or 31.04% from 480); Blue value is 116 (45.70% from 255 or 24.17% from 480); Max value from RGB is 215 - color contains mainly: red. Hex color #D79574 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79574 is #286A8B. Grayscale: #A5A5A5. Windows color (decimal): -2648716 or 7640535. OLE color: 7640535.

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

Color convert

RGB215149116-
CMYK00.310.460.16
HSL20º55.31%64.9%-
HSV(B)20º46.05%84.31%-
XYZ41.9237.221.49-
YUV164.97100.37163.68-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.79%
GREEN value IS 149 (58.59% from 255) = 31.04%
BLUE value IS 116 (45.70% from 255) = 24.17%
R=44.79%
G=31.04%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514911600.310.460.162055.3164.9
HexD7957401F2E10143741
Octal32722516403756202467101
Binary1101011110010101111010001111110111010000101001101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79574; }

 p { color: rgb(215,149,116); }

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

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

 a { background-color: rgb(215,149,116); }

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

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

 span { border-color: rgb(215,149,116); }

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