#D09380

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

Shades of Feldspar #D09380

Tints of Feldspar #D09380

Color information

#D09380 (or 0xD09380) is unknown color: approx Feldspar. HEX triplet: D0, 93 and 80. RGB value is (208,147,128). Sum of RGB (Red+Green+Blue) = 208+147+128=483 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.06% from 483); Green value is 147 (57.81% from 255 or 30.43% from 483); Blue value is 128 (50.39% from 255 or 26.50% from 483); Max value from RGB is 208 - color contains mainly: red. Hex color #D09380 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09380 is #2F6C7F. Grayscale: #A3A3A3. Windows color (decimal): -3107968 or 8426448. OLE color: 8426448.

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

Color convert

RGB208147128-
CMYK00.290.380.18
HSL14.25º45.98%65.88%-
HSV(B)14.25º38.46%81.57%-
XYZ40.3435.8425.21-
YUV163.07108.21160.04-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.06%
GREEN value IS 147 (57.81% from 255) = 30.43%
BLUE value IS 128 (50.39% from 255) = 26.50%
R=43.06%
G=30.43%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814712800.290.380.1814.2545.9865.88
HexD0938001D2612e2e42
Octal32022320003546221656102
Binary1101000010010011100000000111011001101001011101011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09380; }

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

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

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

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

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

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

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

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