#D79780

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

Shades of Feldspar #D79780

Tints of Feldspar #D79780

Color information

#D79780 (or 0xD79780) is unknown color: approx Feldspar. HEX triplet: D7, 97 and 80. RGB value is (215,151,128). Sum of RGB (Red+Green+Blue) = 215+151+128=494 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.52% from 494); Green value is 151 (59.38% from 255 or 30.57% from 494); Blue value is 128 (50.39% from 255 or 25.91% from 494); Max value from RGB is 215 - color contains mainly: red. Hex color #D79780 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79780 is #28687F. Grayscale: #A7A7A7. Windows color (decimal): -2648192 or 8427479. OLE color: 8427479.

HSL color Cylindrical-coordinate representation of color #D79780: hue angle of 15.86º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D79780 is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB215151128-
CMYK00.300.400.16
HSL15.86º52.1%67.25%-
HSV(B)15.86º40.47%84.31%-
XYZ42.9938.1425.52-
YUV167.51105.7161.87-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.52%
GREEN value IS 151 (59.38% from 255) = 30.57%
BLUE value IS 128 (50.39% from 255) = 25.91%
R=43.52%
G=30.57%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515112800.300.400.1615.8652.167.25
HexD7978001E2810103443
Octal32722720003650202064103
Binary11010111100101111000000001111010100010000100001101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79780; }

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

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

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

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

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

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

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

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