#D49072

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

Shades of Feldspar #D49072

Tints of Feldspar #D49072

Color information

#D49072 (or 0xD49072) is unknown color: approx Feldspar. HEX triplet: D4, 90 and 72. RGB value is (212,144,114). Sum of RGB (Red+Green+Blue) = 212+144+114=470 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.11% from 470); Green value is 144 (56.64% from 255 or 30.64% from 470); Blue value is 114 (44.92% from 255 or 24.26% from 470); Max value from RGB is 212 - color contains mainly: red. Hex color #D49072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49072 is #2B6F8D. Grayscale: #A1A1A1. Windows color (decimal): -2846606 or 7508180. OLE color: 7508180.

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

Color convert

RGB212144114-
CMYK00.320.460.17
HSL18.37º53.26%63.92%-
HSV(B)18.37º46.23%83.14%-
XYZ40.1635.1620.59-
YUV160.91101.53164.44-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.11%
GREEN value IS 144 (56.64% from 255) = 30.64%
BLUE value IS 114 (44.92% from 255) = 24.26%
R=45.11%
G=30.64%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.46
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214411400.320.460.1718.3753.2663.92
HexD490720202E11123540
Octal32422016204056212265100
Binary11010100100100001110010010000010111010001100101101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49072; }

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

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

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

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

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

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

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

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