#D79781

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

Shades of Feldspar #D79781

Tints of Feldspar #D79781

Color information

#D79781 (or 0xD79781) is unknown color: approx Feldspar. HEX triplet: D7, 97 and 81. RGB value is (215,151,129). Sum of RGB (Red+Green+Blue) = 215+151+129=495 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.43% from 495); Green value is 151 (59.38% from 255 or 30.51% from 495); Blue value is 129 (50.78% from 255 or 26.06% from 495); Max value from RGB is 215 - color contains mainly: red. Hex color #D79781 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79781 is #28687E. Grayscale: #A7A7A7. Windows color (decimal): -2648191 or 8493015. OLE color: 8493015.

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

Color convert

RGB215151129-
CMYK00.300.40.16
HSL15.35º51.81%67.45%-
HSV(B)15.35º40%84.31%-
XYZ43.0538.1725.87-
YUV167.63106.2161.79-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.43%
GREEN value IS 151 (59.38% from 255) = 30.51%
BLUE value IS 129 (50.78% from 255) = 26.06%
R=43.43%
G=30.51%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.4
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515112900.300.40.1615.3551.8167.45
HexD7978101E2810f3443
Octal32722720103650201764103
Binary1101011110010111100000010111101010001000011111101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79781; }

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

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

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

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

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

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

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

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