#D09480

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

Shades of Feldspar #D09480

Tints of Feldspar #D09480

Color information

#D09480 (or 0xD09480) is unknown color: approx Feldspar. HEX triplet: D0, 94 and 80. RGB value is (208,148,128). Sum of RGB (Red+Green+Blue) = 208+148+128=484 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.98% from 484); Green value is 148 (58.20% from 255 or 30.58% from 484); Blue value is 128 (50.39% from 255 or 26.45% from 484); Max value from RGB is 208 - color contains mainly: red. Hex color #D09480 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09480 is #2F6B7F. Grayscale: #A3A3A3. Windows color (decimal): -3107712 or 8426704. OLE color: 8426704.

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

Color convert

RGB208148128-
CMYK00.290.380.18
HSL15º45.98%65.88%-
HSV(B)15º38.46%81.57%-
XYZ40.536.1525.26-
YUV163.66107.88159.63-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.98%
GREEN value IS 148 (58.20% from 255) = 30.58%
BLUE value IS 128 (50.39% from 255) = 26.45%
R=42.98%
G=30.58%
B=26.45%

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
Decimal20814812800.290.380.181545.9865.88
HexD0948001D2612f2e42
Octal32022420003546221756102
Binary1101000010010100100000000111011001101001011111011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09480; }

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

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

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

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

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

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

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

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