#D09881

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

Shades of Feldspar #D09881

Tints of Feldspar #D09881

Color information

#D09881 (or 0xD09881) is unknown color: approx Feldspar. HEX triplet: D0, 98 and 81. RGB value is (208,152,129). Sum of RGB (Red+Green+Blue) = 208+152+129=489 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.54% from 489); Green value is 152 (59.77% from 255 or 31.08% from 489); Blue value is 129 (50.78% from 255 or 26.38% from 489); Max value from RGB is 208 - color contains mainly: red. Hex color #D09881 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09881 is #2F677E. Grayscale: #A6A6A6. Windows color (decimal): -3106687 or 8493264. OLE color: 8493264.

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

Color convert

RGB208152129-
CMYK00.270.380.18
HSL17.47º45.66%66.08%-
HSV(B)17.47º37.98%81.57%-
XYZ41.237.4525.83-
YUV166.12107.05157.87-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.54%
GREEN value IS 152 (59.77% from 255) = 31.08%
BLUE value IS 129 (50.78% from 255) = 26.38%
R=42.54%
G=31.08%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815212900.270.380.1817.4745.6666.08
HexD0988101B2612112e42
Octal32023020103346222156102
Binary11010000100110001000000101101110011010010100011011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09881; }

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

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

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

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

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

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

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

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