#D79A7A

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

Shades of Feldspar #D79A7A

Tints of Feldspar #D79A7A

Color information

#D79A7A (or 0xD79A7A) is unknown color: approx Feldspar. HEX triplet: D7, 9A and 7A. RGB value is (215,154,122). Sum of RGB (Red+Green+Blue) = 215+154+122=491 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.79% from 491); Green value is 154 (60.55% from 255 or 31.36% from 491); Blue value is 122 (48.05% from 255 or 24.85% from 491); Max value from RGB is 215 - color contains mainly: red. Hex color #D79A7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79A7A is #286585. Grayscale: #A8A8A8. Windows color (decimal): -2647430 or 8035031. OLE color: 8035031.

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

Color convert

RGB215154122-
CMYK00.280.430.16
HSL20.65º53.76%66.08%-
HSV(B)20.65º43.26%84.31%-
XYZ43.0938.9623.66-
YUV168.59101.71161.1-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.79%
GREEN value IS 154 (60.55% from 255) = 31.36%
BLUE value IS 122 (48.05% from 255) = 24.85%
R=43.79%
G=31.36%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515412200.280.430.1620.6553.7666.08
HexD79A7A01C2B10153642
Octal32723217203453202566102
Binary1101011110011010111101001110010101110000101011101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79A7A; }

 p { color: rgb(215,154,122); }

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

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

 a { background-color: rgb(215,154,122); }

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

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

 span { border-color: rgb(215,154,122); }

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