#D09980

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

Shades of Feldspar #D09980

Tints of Feldspar #D09980

Color information

#D09980 (or 0xD09980) is unknown color: approx Feldspar. HEX triplet: D0, 99 and 80. RGB value is (208,153,128). Sum of RGB (Red+Green+Blue) = 208+153+128=489 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.54% from 489); Green value is 153 (60.16% from 255 or 31.29% from 489); Blue value is 128 (50.39% from 255 or 26.18% from 489); Max value from RGB is 208 - color contains mainly: red. Hex color #D09980 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09980 is #2F667F. Grayscale: #A6A6A6. Windows color (decimal): -3106432 or 8427984. OLE color: 8427984.

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

Color convert

RGB208153128-
CMYK00.260.380.18
HSL18.75º45.98%65.88%-
HSV(B)18.75º38.46%81.57%-
XYZ41.337.7525.53-
YUV166.6106.22157.53-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.54%
GREEN value IS 153 (60.16% from 255) = 31.29%
BLUE value IS 128 (50.39% from 255) = 26.18%
R=42.54%
G=31.29%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815312800.260.380.1818.7545.9865.88
HexD0998001A2612132e42
Octal32023120003246222356102
Binary11010000100110011000000001101010011010010100111011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09980; }

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

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

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

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

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

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

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

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