#D09481

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

Shades of Feldspar #D09481

Tints of Feldspar #D09481

Color information

#D09481 (or 0xD09481) is unknown color: approx Feldspar. HEX triplet: D0, 94 and 81. RGB value is (208,148,129). Sum of RGB (Red+Green+Blue) = 208+148+129=485 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.89% from 485); Green value is 148 (58.20% from 255 or 30.52% from 485); Blue value is 129 (50.78% from 255 or 26.60% from 485); Max value from RGB is 208 - color contains mainly: red. Hex color #D09481 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09481 is #2F6B7E. Grayscale: #A3A3A3. Windows color (decimal): -3107711 or 8492240. OLE color: 8492240.

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

Color convert

RGB208148129-
CMYK00.290.380.18
HSL14.43º45.66%66.08%-
HSV(B)14.43º37.98%81.57%-
XYZ40.5636.1725.61-
YUV163.77108.38159.54-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.89%
GREEN value IS 148 (58.20% from 255) = 30.52%
BLUE value IS 129 (50.78% from 255) = 26.60%
R=42.89%
G=30.52%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814812900.290.380.1814.4345.6666.08
HexD0948101D2612e2e42
Octal32022420103546221656102
Binary1101000010010100100000010111011001101001011101011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09481; }

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

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

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

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

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

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

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

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