#D09782

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

Shades of Feldspar #D09782

Tints of Feldspar #D09782

Color information

#D09782 (or 0xD09782) is unknown color: approx Feldspar. HEX triplet: D0, 97 and 82. RGB value is (208,151,130). Sum of RGB (Red+Green+Blue) = 208+151+130=489 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.54% from 489); Green value is 151 (59.38% from 255 or 30.88% from 489); Blue value is 130 (51.17% from 255 or 26.58% from 489); Max value from RGB is 208 - color contains mainly: red. Hex color #D09782 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09782 is #2F687D. Grayscale: #A5A5A5. Windows color (decimal): -3106942 or 8558544. OLE color: 8558544.

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

Color convert

RGB208151130-
CMYK00.270.380.18
HSL16.15º45.35%66.27%-
HSV(B)16.15º37.5%81.57%-
XYZ41.1137.1526.12-
YUV165.65107.88158.21-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.54%
GREEN value IS 151 (59.38% from 255) = 30.88%
BLUE value IS 130 (51.17% from 255) = 26.58%
R=42.54%
G=30.88%
B=26.58%

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
Decimal20815113000.270.380.1816.1545.3566.27
HexD0978201B2612102d42
Octal32022720203346222055102
Binary11010000100101111000001001101110011010010100001011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09782; }

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

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

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

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

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

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

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

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