#D4996E

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

Shades of Feldspar #D4996E

Tints of Feldspar #D4996E

Color information

#D4996E (or 0xD4996E) is unknown color: approx Feldspar. HEX triplet: D4, 99 and 6E. RGB value is (212,153,110). Sum of RGB (Red+Green+Blue) = 212+153+110=475 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.63% from 475); Green value is 153 (60.16% from 255 or 32.21% from 475); Blue value is 110 (43.36% from 255 or 23.16% from 475); Max value from RGB is 212 - color contains mainly: red. Hex color #D4996E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4996E is #2B6691. Grayscale: #A5A5A5. Windows color (decimal): -2844306 or 7248340. OLE color: 7248340.

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

Color convert

RGB212153110-
CMYK00.280.480.17
HSL25.29º54.26%63.14%-
HSV(B)25.29º48.11%83.14%-
XYZ41.3637.9119.89-
YUV165.7496.55161-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.63%
GREEN value IS 153 (60.16% from 255) = 32.21%
BLUE value IS 110 (43.36% from 255) = 23.16%
R=44.63%
G=32.21%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.48
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215311000.280.480.1725.2954.2663.14
HexD4996E01C301119363f
Octal3242311560346021316677
Binary110101001001100111011100111001100001000111001110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4996E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4996E; }

 p { color: rgb(212,153,110); }

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

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

 a { background-color: rgb(212,153,110); }

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

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

 span { border-color: rgb(212,153,110); }

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