#D09580

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

Shades of Feldspar #D09580

Tints of Feldspar #D09580

Color information

#D09580 (or 0xD09580) is unknown color: approx Feldspar. HEX triplet: D0, 95 and 80. RGB value is (208,149,128). Sum of RGB (Red+Green+Blue) = 208+149+128=485 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.89% from 485); Green value is 149 (58.59% from 255 or 30.72% from 485); Blue value is 128 (50.39% from 255 or 26.39% from 485); Max value from RGB is 208 - color contains mainly: red. Hex color #D09580 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09580 is #2F6A7F. Grayscale: #A4A4A4. Windows color (decimal): -3107456 or 8426960. OLE color: 8426960.

HSL color Cylindrical-coordinate representation of color #D09580: hue angle of 15.75º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D09580 is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB208149128-
CMYK00.280.380.18
HSL15.75º45.98%65.88%-
HSV(B)15.75º38.46%81.57%-
XYZ40.6636.4625.32-
YUV164.25107.55159.21-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.89%
GREEN value IS 149 (58.59% from 255) = 30.72%
BLUE value IS 128 (50.39% from 255) = 26.39%
R=42.89%
G=30.72%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814912800.280.380.1815.7545.9865.88
HexD0958001C2612102e42
Octal32022520003446222056102
Binary11010000100101011000000001110010011010010100001011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09580; }

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

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

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

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

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

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

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

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