#D49570

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

Shades of Feldspar #D49570

Tints of Feldspar #D49570

Color information

#D49570 (or 0xD49570) is unknown color: approx Feldspar. HEX triplet: D4, 95 and 70. RGB value is (212,149,112). Sum of RGB (Red+Green+Blue) = 212+149+112=473 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.82% from 473); Green value is 149 (58.59% from 255 or 31.50% from 473); Blue value is 112 (44.14% from 255 or 23.68% from 473); Max value from RGB is 212 - color contains mainly: red. Hex color #D49570 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49570 is #2B6A8F. Grayscale: #A3A3A3. Windows color (decimal): -2845328 or 7378388. OLE color: 7378388.

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

Color convert

RGB212149112-
CMYK00.300.470.17
HSL22.2º53.76%63.53%-
HSV(B)22.2º47.17%83.14%-
XYZ40.8236.6620.25-
YUV163.6298.87162.51-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.82%
GREEN value IS 149 (58.59% from 255) = 31.50%
BLUE value IS 112 (44.14% from 255) = 23.68%
R=44.82%
G=31.50%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.47
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214911200.300.470.1722.253.7663.53
HexD4957001E2F11163640
Octal32422516003657212666100
Binary1101010010010101111000001111010111110001101101101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49570; }

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

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

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

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

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

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

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

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