#D09979

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

Shades of Feldspar #D09979

Tints of Feldspar #D09979

Color information

#D09979 (or 0xD09979) is unknown color: approx Feldspar. HEX triplet: D0, 99 and 79. RGB value is (208,153,121). Sum of RGB (Red+Green+Blue) = 208+153+121=482 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.15% from 482); Green value is 153 (60.16% from 255 or 31.74% from 482); Blue value is 121 (47.66% from 255 or 25.10% from 482); Max value from RGB is 208 - color contains mainly: red. Hex color #D09979 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09979 is #2F6686. Grayscale: #A5A5A5. Windows color (decimal): -3106439 or 7969232. OLE color: 7969232.

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

Color convert

RGB208153121-
CMYK00.260.420.18
HSL22.07º48.07%64.51%-
HSV(B)22.07º41.83%81.57%-
XYZ40.8537.5723.19-
YUV165.8102.72158.1-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.15%
GREEN value IS 153 (60.16% from 255) = 31.74%
BLUE value IS 121 (47.66% from 255) = 25.10%
R=43.15%
G=31.74%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815312100.260.420.1822.0748.0764.51
HexD0997901A2A12163041
Octal32023117103252222660101
Binary1101000010011001111100101101010101010010101101100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09979; }

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

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

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

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

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

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

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

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