#D09775

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

Shades of Feldspar #D09775

Tints of Feldspar #D09775

Color information

#D09775 (or 0xD09775) is unknown color: approx Feldspar. HEX triplet: D0, 97 and 75. RGB value is (208,151,117). Sum of RGB (Red+Green+Blue) = 208+151+117=476 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.70% from 476); Green value is 151 (59.38% from 255 or 31.72% from 476); Blue value is 117 (46.09% from 255 or 24.58% from 476); Max value from RGB is 208 - color contains mainly: red. Hex color #D09775 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09775 is #2F688A. Grayscale: #A4A4A4. Windows color (decimal): -3106955 or 7706576. OLE color: 7706576.

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

Color convert

RGB208151117-
CMYK00.270.440.18
HSL22.42º49.19%63.73%-
HSV(B)22.42º43.75%81.57%-
XYZ40.2936.8321.81-
YUV164.17101.38159.26-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.70%
GREEN value IS 151 (59.38% from 255) = 31.72%
BLUE value IS 117 (46.09% from 255) = 24.58%
R=43.70%
G=31.72%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815111700.270.440.1822.4249.1963.73
HexD0977501B2C12163140
Octal32022716503354222661100
Binary1101000010010111111010101101110110010010101101100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09775; }

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

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

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

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

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

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

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

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