#D79175

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

Shades of Feldspar #D79175

Tints of Feldspar #D79175

Color information

#D79175 (or 0xD79175) is unknown color: approx Feldspar. HEX triplet: D7, 91 and 75. RGB value is (215,145,117). Sum of RGB (Red+Green+Blue) = 215+145+117=477 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.07% from 477); Green value is 145 (57.03% from 255 or 30.40% from 477); Blue value is 117 (46.09% from 255 or 24.53% from 477); Max value from RGB is 215 - color contains mainly: red. Hex color #D79175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79175 is #286E8A. Grayscale: #A2A2A2. Windows color (decimal): -2649739 or 7705047. OLE color: 7705047.

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

Color convert

RGB215145117-
CMYK00.330.460.16
HSL17.14º55.06%65.1%-
HSV(B)17.14º45.58%84.31%-
XYZ41.3635.9821.59-
YUV162.74102.19165.28-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 45.07%
GREEN value IS 145 (57.03% from 255) = 30.40%
BLUE value IS 117 (46.09% from 255) = 24.53%
R=45.07%
G=30.40%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514511700.330.460.1617.1455.0665.1
HexD791750212E10113741
Octal32722116504156202167101
Binary11010111100100011110101010000110111010000100011101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79175; }

 p { color: rgb(215,145,117); }

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

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

 a { background-color: rgb(215,145,117); }

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

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

 span { border-color: rgb(215,145,117); }

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