#D79478

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

Shades of Feldspar #D79478

Tints of Feldspar #D79478

Color information

#D79478 (or 0xD79478) is unknown color: approx Feldspar. HEX triplet: D7, 94 and 78. RGB value is (215,148,120). Sum of RGB (Red+Green+Blue) = 215+148+120=483 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.51% from 483); Green value is 148 (58.20% from 255 or 30.64% from 483); Blue value is 120 (47.27% from 255 or 24.84% from 483); Max value from RGB is 215 - color contains mainly: red. Hex color #D79478 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79478 is #286B87. Grayscale: #A5A5A5. Windows color (decimal): -2648968 or 7902423. OLE color: 7902423.

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

Color convert

RGB215148120-
CMYK00.310.440.16
HSL17.68º54.29%65.69%-
HSV(B)17.68º44.19%84.31%-
XYZ4236.9822.69-
YUV164.84102.7163.78-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.51%
GREEN value IS 148 (58.20% from 255) = 30.64%
BLUE value IS 120 (47.27% from 255) = 24.84%
R=44.51%
G=30.64%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514812000.310.440.1617.6854.2965.69
HexD7947801F2C10123642
Octal32722417003754202266102
Binary1101011110010100111100001111110110010000100101101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79478; }

 p { color: rgb(215,148,120); }

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

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

 a { background-color: rgb(215,148,120); }

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

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

 span { border-color: rgb(215,148,120); }

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