#D49975

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

Shades of Feldspar #D49975

Tints of Feldspar #D49975

Color information

#D49975 (or 0xD49975) is unknown color: approx Feldspar. HEX triplet: D4, 99 and 75. RGB value is (212,153,117). Sum of RGB (Red+Green+Blue) = 212+153+117=482 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.98% from 482); Green value is 153 (60.16% from 255 or 31.74% from 482); Blue value is 117 (46.09% from 255 or 24.27% from 482); Max value from RGB is 212 - color contains mainly: red. Hex color #D49975 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49975 is #2B668A. Grayscale: #A6A6A6. Windows color (decimal): -2844299 or 7707092. OLE color: 7707092.

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

Color convert

RGB212153117-
CMYK00.280.450.17
HSL22.74º52.49%64.51%-
HSV(B)22.74º44.81%83.14%-
XYZ41.7538.0621.98-
YUV166.54100.05160.43-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.98%
GREEN value IS 153 (60.16% from 255) = 31.74%
BLUE value IS 117 (46.09% from 255) = 24.27%
R=43.98%
G=31.74%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.45
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215311700.280.450.1722.7452.4964.51
HexD4997501C2D11173441
Octal32423116503455212764101
Binary1101010010011001111010101110010110110001101111101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49975; }

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

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

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

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

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

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

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

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