#D49572

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

Shades of Feldspar #D49572

Tints of Feldspar #D49572

Color information

#D49572 (or 0xD49572) is unknown color: approx Feldspar. HEX triplet: D4, 95 and 72. RGB value is (212,149,114). Sum of RGB (Red+Green+Blue) = 212+149+114=475 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.63% from 475); Green value is 149 (58.59% from 255 or 31.37% from 475); Blue value is 114 (44.92% from 255 or 24% from 475); Max value from RGB is 212 - color contains mainly: red. Hex color #D49572 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49572 is #2B6A8D. Grayscale: #A4A4A4. Windows color (decimal): -2845326 or 7509460. OLE color: 7509460.

HSL color Cylindrical-coordinate representation of color #D49572: hue angle of 21.43º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D49572 is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB212149114-
CMYK00.300.460.17
HSL21.43º53.26%63.92%-
HSV(B)21.43º46.23%83.14%-
XYZ40.9436.7120.85-
YUV163.8599.87162.35-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.63%
GREEN value IS 149 (58.59% from 255) = 31.37%
BLUE value IS 114 (44.92% from 255) = 24%
R=44.63%
G=31.37%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.46
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214911400.300.460.1721.4353.2663.92
HexD4957201E2E11153540
Octal32422516203656212565100
Binary1101010010010101111001001111010111010001101011101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49572; }

 p { color: rgb(212,149,114); }

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

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

 a { background-color: rgb(212,149,114); }

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

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

 span { border-color: rgb(212,149,114); }

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