#D49075

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

Shades of Feldspar #D49075

Tints of Feldspar #D49075

Color information

#D49075 (or 0xD49075) is unknown color: approx Feldspar. HEX triplet: D4, 90 and 75. RGB value is (212,144,117). Sum of RGB (Red+Green+Blue) = 212+144+117=473 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.82% from 473); Green value is 144 (56.64% from 255 or 30.44% from 473); Blue value is 117 (46.09% from 255 or 24.74% from 473); Max value from RGB is 212 - color contains mainly: red. Hex color #D49075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49075 is #2B6F8A. Grayscale: #A1A1A1. Windows color (decimal): -2846603 or 7704788. OLE color: 7704788.

HSL color Cylindrical-coordinate representation of color #D49075: hue angle of 17.05º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D49075 is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB212144117-
CMYK00.320.450.17
HSL17.05º52.49%64.51%-
HSV(B)17.05º44.81%83.14%-
XYZ40.3435.2321.5-
YUV161.25103.03164.2-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.82%
GREEN value IS 144 (56.64% from 255) = 30.44%
BLUE value IS 117 (46.09% from 255) = 24.74%
R=44.82%
G=30.44%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.45
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214411700.320.450.1717.0552.4964.51
HexD490750202D11113441
Octal32422016504055212164101
Binary11010100100100001110101010000010110110001100011101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49075; }

 p { color: rgb(212,144,117); }

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

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

 a { background-color: rgb(212,144,117); }

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

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

 span { border-color: rgb(212,144,117); }

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