#D09582

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

Shades of Feldspar #D09582

Tints of Feldspar #D09582

Color information

#D09582 (or 0xD09582) is unknown color: approx Feldspar. HEX triplet: D0, 95 and 82. RGB value is (208,149,130). Sum of RGB (Red+Green+Blue) = 208+149+130=487 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.71% from 487); Green value is 149 (58.59% from 255 or 30.60% from 487); Blue value is 130 (51.17% from 255 or 26.69% from 487); Max value from RGB is 208 - color contains mainly: red. Hex color #D09582 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09582 is #2F6A7D. Grayscale: #A4A4A4. Windows color (decimal): -3107454 or 8558032. OLE color: 8558032.

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

Color convert

RGB208149130-
CMYK00.280.380.18
HSL14.62º45.35%66.27%-
HSV(B)14.62º37.5%81.57%-
XYZ40.7936.5226.02-
YUV164.48108.55159.04-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.71%
GREEN value IS 149 (58.59% from 255) = 30.60%
BLUE value IS 130 (51.17% from 255) = 26.69%
R=42.71%
G=30.60%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814913000.280.380.1814.6245.3566.27
HexD0958201C2612f2d42
Octal32022520203446221755102
Binary1101000010010101100000100111001001101001011111011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09582; }

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

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

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

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

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

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

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

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