#D09982

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

Shades of Feldspar #D09982

Tints of Feldspar #D09982

Color information

#D09982 (or 0xD09982) is unknown color: approx Feldspar. HEX triplet: D0, 99 and 82. RGB value is (208,153,130). Sum of RGB (Red+Green+Blue) = 208+153+130=491 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.36% from 491); Green value is 153 (60.16% from 255 or 31.16% from 491); Blue value is 130 (51.17% from 255 or 26.48% from 491); Max value from RGB is 208 - color contains mainly: red. Hex color #D09982 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09982 is #2F667D. Grayscale: #A6A6A6. Windows color (decimal): -3106430 or 8559056. OLE color: 8559056.

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

Color convert

RGB208153130-
CMYK00.260.380.18
HSL17.69º45.35%66.27%-
HSV(B)17.69º37.5%81.57%-
XYZ41.4337.826.23-
YUV166.82107.22157.37-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.36%
GREEN value IS 153 (60.16% from 255) = 31.16%
BLUE value IS 130 (51.17% from 255) = 26.48%
R=42.36%
G=31.16%
B=26.48%

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
Decimal20815313000.260.380.1817.6945.3566.27
HexD0998201A2612122d42
Octal32023120203246222255102
Binary11010000100110011000001001101010011010010100101011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09982; }

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

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

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

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

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

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

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

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