#D09581

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

Shades of Feldspar #D09581

Tints of Feldspar #D09581

Color information

#D09581 (or 0xD09581) is unknown color: approx Feldspar. HEX triplet: D0, 95 and 81. RGB value is (208,149,129). Sum of RGB (Red+Green+Blue) = 208+149+129=486 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.80% from 486); Green value is 149 (58.59% from 255 or 30.66% from 486); Blue value is 129 (50.78% from 255 or 26.54% from 486); Max value from RGB is 208 - color contains mainly: red. Hex color #D09581 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09581 is #2F6A7E. Grayscale: #A4A4A4. Windows color (decimal): -3107455 or 8492496. OLE color: 8492496.

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

Color convert

RGB208149129-
CMYK00.280.380.18
HSL15.19º45.66%66.08%-
HSV(B)15.19º37.98%81.57%-
XYZ40.7236.4925.67-
YUV164.36108.05159.13-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.80%
GREEN value IS 149 (58.59% from 255) = 30.66%
BLUE value IS 129 (50.78% from 255) = 26.54%
R=42.80%
G=30.66%
B=26.54%

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
Decimal20814912900.280.380.1815.1945.6666.08
HexD0958101C2612f2e42
Octal32022520103446221756102
Binary1101000010010101100000010111001001101001011111011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09581; }

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

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

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

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

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

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

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

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