#D09574

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

Shades of Feldspar #D09574

Tints of Feldspar #D09574

Color information

#D09574 (or 0xD09574) is unknown color: approx Feldspar. HEX triplet: D0, 95 and 74. RGB value is (208,149,116). Sum of RGB (Red+Green+Blue) = 208+149+116=473 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.97% from 473); Green value is 149 (58.59% from 255 or 31.50% from 473); Blue value is 116 (45.70% from 255 or 24.52% from 473); Max value from RGB is 208 - color contains mainly: red. Hex color #D09574 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09574 is #2F6A8B. Grayscale: #A3A3A3. Windows color (decimal): -3107468 or 7640528. OLE color: 7640528.

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

Color convert

RGB208149116-
CMYK00.280.440.18
HSL21.52º49.46%63.53%-
HSV(B)21.52º44.23%81.57%-
XYZ39.9136.1721.4-
YUV162.88101.55160.18-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.97%
GREEN value IS 149 (58.59% from 255) = 31.50%
BLUE value IS 116 (45.70% from 255) = 24.52%
R=43.97%
G=31.50%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814911600.280.440.1821.5249.4663.53
HexD0957401C2C12163140
Octal32022516403454222661100
Binary1101000010010101111010001110010110010010101101100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09574; }

 p { color: rgb(208,149,116); }

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

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

 a { background-color: rgb(208,149,116); }

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

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

 span { border-color: rgb(208,149,116); }

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