#D09776

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

Shades of Feldspar #D09776

Tints of Feldspar #D09776

Color information

#D09776 (or 0xD09776) is unknown color: approx Feldspar. HEX triplet: D0, 97 and 76. RGB value is (208,151,118). Sum of RGB (Red+Green+Blue) = 208+151+118=477 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.61% from 477); Green value is 151 (59.38% from 255 or 31.66% from 477); Blue value is 118 (46.48% from 255 or 24.74% from 477); Max value from RGB is 208 - color contains mainly: red. Hex color #D09776 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09776 is #2F6889. Grayscale: #A4A4A4. Windows color (decimal): -3106954 or 7772112. OLE color: 7772112.

HSL color Cylindrical-coordinate representation of color #D09776: hue angle of 22º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D09776 is Cyan = 0, Magento = 0.27, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB208151118-
CMYK00.270.430.18
HSL22º48.91%63.92%-
HSV(B)22º43.27%81.57%-
XYZ40.3536.8522.13-
YUV164.28101.88159.18-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.61%
GREEN value IS 151 (59.38% from 255) = 31.66%
BLUE value IS 118 (46.48% from 255) = 24.74%
R=43.61%
G=31.66%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815111800.270.430.182248.9163.92
HexD0977601B2B12163140
Octal32022716603353222661100
Binary1101000010010111111011001101110101110010101101100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09776; }

 p { color: rgb(208,151,118); }

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

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

 a { background-color: rgb(208,151,118); }

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

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

 span { border-color: rgb(208,151,118); }

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