#D49D75

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

Shades of Feldspar #D49D75

Tints of Feldspar #D49D75

Color information

#D49D75 (or 0xD49D75) is unknown color: approx Feldspar. HEX triplet: D4, 9D and 75. RGB value is (212,157,117). Sum of RGB (Red+Green+Blue) = 212+157+117=486 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.62% from 486); Green value is 157 (61.72% from 255 or 32.30% from 486); Blue value is 117 (46.09% from 255 or 24.07% from 486); Max value from RGB is 212 - color contains mainly: red. Hex color #D49D75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49D75 is #2B628A. Grayscale: #A9A9A9. Windows color (decimal): -2843275 or 7708116. OLE color: 7708116.

HSL color Cylindrical-coordinate representation of color #D49D75: hue angle of 25.26º 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 #D49D75 is Cyan = 0, Magento = 0.26, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB212157117-
CMYK00.260.450.17
HSL25.26º52.49%64.51%-
HSV(B)25.26º44.81%83.14%-
XYZ42.4239.422.2-
YUV168.8898.72158.75-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.62%
GREEN value IS 157 (61.72% from 255) = 32.30%
BLUE value IS 117 (46.09% from 255) = 24.07%
R=43.62%
G=32.30%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.45
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215711700.260.450.1725.2652.4964.51
HexD49D7501A2D11193441
Octal32423516503255213164101
Binary1101010010011101111010101101010110110001110011101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49D75; }

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

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

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

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

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

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

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

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