#D79880

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

Shades of Feldspar #D79880

Tints of Feldspar #D79880

Color information

#D79880 (or 0xD79880) is unknown color: approx Feldspar. HEX triplet: D7, 98 and 80. RGB value is (215,152,128). Sum of RGB (Red+Green+Blue) = 215+152+128=495 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.43% from 495); Green value is 152 (59.77% from 255 or 30.71% from 495); Blue value is 128 (50.39% from 255 or 25.86% from 495); Max value from RGB is 215 - color contains mainly: red. Hex color #D79880 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79880 is #28677F. Grayscale: #A8A8A8. Windows color (decimal): -2647936 or 8427735. OLE color: 8427735.

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

Color convert

RGB215152128-
CMYK00.290.400.16
HSL16.55º52.1%67.25%-
HSV(B)16.55º40.47%84.31%-
XYZ43.1538.4625.57-
YUV168.1105.37161.45-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.43%
GREEN value IS 152 (59.77% from 255) = 30.71%
BLUE value IS 128 (50.39% from 255) = 25.86%
R=43.43%
G=30.71%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515212800.290.400.1616.5552.167.25
HexD7988001D2810113443
Octal32723020003550202164103
Binary11010111100110001000000001110110100010000100011101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79880; }

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

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

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

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

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

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

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

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