#D09475

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

Shades of Feldspar #D09475

Tints of Feldspar #D09475

Color information

#D09475 (or 0xD09475) is unknown color: approx Feldspar. HEX triplet: D0, 94 and 75. RGB value is (208,148,117). Sum of RGB (Red+Green+Blue) = 208+148+117=473 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.97% from 473); Green value is 148 (58.20% from 255 or 31.29% from 473); Blue value is 117 (46.09% from 255 or 24.74% from 473); Max value from RGB is 208 - color contains mainly: red. Hex color #D09475 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09475 is #2F6B8A. Grayscale: #A2A2A2. Windows color (decimal): -3107723 or 7705808. OLE color: 7705808.

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

Color convert

RGB208148117-
CMYK00.290.440.18
HSL20.44º49.19%63.73%-
HSV(B)20.44º43.75%81.57%-
XYZ39.8135.8721.66-
YUV162.41102.38160.52-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.97%
GREEN value IS 148 (58.20% from 255) = 31.29%
BLUE value IS 117 (46.09% from 255) = 24.74%
R=43.97%
G=31.29%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814811700.290.440.1820.4449.1963.73
HexD0947501D2C12143140
Octal32022416503554222461100
Binary1101000010010100111010101110110110010010101001100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09475; }

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

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

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

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

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

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

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

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