#D49077

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

Shades of Feldspar #D49077

Tints of Feldspar #D49077

Color information

#D49077 (or 0xD49077) is unknown color: approx Feldspar. HEX triplet: D4, 90 and 77. RGB value is (212,144,119). Sum of RGB (Red+Green+Blue) = 212+144+119=475 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.63% from 475); Green value is 144 (56.64% from 255 or 30.32% from 475); Blue value is 119 (46.88% from 255 or 25.05% from 475); Max value from RGB is 212 - color contains mainly: red. Hex color #D49077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49077 is #2B6F88. Grayscale: #A1A1A1. Windows color (decimal): -2846601 or 7835860. OLE color: 7835860.

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

Color convert

RGB212144119-
CMYK00.320.440.17
HSL16.13º51.96%64.9%-
HSV(B)16.13º43.87%83.14%-
XYZ40.4535.2822.13-
YUV161.48104.03164.03-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.63%
GREEN value IS 144 (56.64% from 255) = 30.32%
BLUE value IS 119 (46.88% from 255) = 25.05%
R=44.63%
G=30.32%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.44
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214411900.320.440.1716.1351.9664.9
HexD490770202C11103441
Octal32422016704054212064101
Binary11010100100100001110111010000010110010001100001101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49077; }

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

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

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

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

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

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

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

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