#D09A83

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

Shades of Feldspar #D09A83

Tints of Feldspar #D09A83

Color information

#D09A83 (or 0xD09A83) is unknown color: approx Feldspar. HEX triplet: D0, 9A and 83. RGB value is (208,154,131). Sum of RGB (Red+Green+Blue) = 208+154+131=493 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.19% from 493); Green value is 154 (60.55% from 255 or 31.24% from 493); Blue value is 131 (51.56% from 255 or 26.57% from 493); Max value from RGB is 208 - color contains mainly: red. Hex color #D09A83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09A83 is #2F657C. Grayscale: #A7A7A7. Windows color (decimal): -3106173 or 8624848. OLE color: 8624848.

HSL color Cylindrical-coordinate representation of color #D09A83: hue angle of 17.92º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D09A83 is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB208154131-
CMYK00.260.370.18
HSL17.92º45.03%66.47%-
HSV(B)17.92º37.02%81.57%-
XYZ41.6638.1626.64-
YUV167.52107.39156.87-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.19%
GREEN value IS 154 (60.55% from 255) = 31.24%
BLUE value IS 131 (51.56% from 255) = 26.57%
R=42.19%
G=31.24%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815413100.260.370.1817.9245.0366.47
HexD09A8301A2512122d42
Octal32023220303245222255102
Binary11010000100110101000001101101010010110010100101011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09A83; }

 p { color: rgb(208,154,131); }

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

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

 a { background-color: rgb(208,154,131); }

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

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

 span { border-color: rgb(208,154,131); }

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