#D09879

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

Shades of Feldspar #D09879

Tints of Feldspar #D09879

Color information

#D09879 (or 0xD09879) is unknown color: approx Feldspar. HEX triplet: D0, 98 and 79. RGB value is (208,152,121). Sum of RGB (Red+Green+Blue) = 208+152+121=481 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.24% from 481); Green value is 152 (59.77% from 255 or 31.60% from 481); Blue value is 121 (47.66% from 255 or 25.16% from 481); Max value from RGB is 208 - color contains mainly: red. Hex color #D09879 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09879 is #2F6786. Grayscale: #A5A5A5. Windows color (decimal): -3106695 or 7968976. OLE color: 7968976.

HSL color Cylindrical-coordinate representation of color #D09879: hue angle of 21.38º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D09879 is Cyan = 0, Magento = 0.27, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB208152121-
CMYK00.270.420.18
HSL21.38º48.07%64.51%-
HSV(B)21.38º41.83%81.57%-
XYZ40.6937.2523.13-
YUV165.21103.05158.52-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.24%
GREEN value IS 152 (59.77% from 255) = 31.60%
BLUE value IS 121 (47.66% from 255) = 25.16%
R=43.24%
G=31.60%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815212100.270.420.1821.3848.0764.51
HexD0987901B2A12153041
Octal32023017103352222560101
Binary1101000010011000111100101101110101010010101011100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09879; }

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

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

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

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

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

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

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

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