#D49078

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

Shades of Feldspar #D49078

Tints of Feldspar #D49078

Color information

#D49078 (or 0xD49078) is unknown color: approx Feldspar. HEX triplet: D4, 90 and 78. RGB value is (212,144,120). Sum of RGB (Red+Green+Blue) = 212+144+120=476 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.54% from 476); Green value is 144 (56.64% from 255 or 30.25% from 476); Blue value is 120 (47.27% from 255 or 25.21% from 476); Max value from RGB is 212 - color contains mainly: red. Hex color #D49078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49078 is #2B6F87. Grayscale: #A1A1A1. Windows color (decimal): -2846600 or 7901396. OLE color: 7901396.

HSL color Cylindrical-coordinate representation of color #D49078: hue angle of 15.65º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D49078 is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.17.

Color convert

RGB212144120-
CMYK00.320.430.17
HSL15.65º51.69%65.1%-
HSV(B)15.65º43.4%83.14%-
XYZ40.5135.322.45-
YUV161.6104.53163.95-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.54%
GREEN value IS 144 (56.64% from 255) = 30.25%
BLUE value IS 120 (47.27% from 255) = 25.21%
R=44.54%
G=30.25%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.43
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214412000.320.430.1715.6551.6965.1
HexD490780202B11103441
Octal32422017004053212064101
Binary11010100100100001111000010000010101110001100001101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49078; }

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

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

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

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

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

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

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

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