#D9916F

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

Shades of Feldspar #D9916F

Tints of Feldspar #D9916F

Color information

#D9916F (or 0xD9916F) is unknown color: approx Feldspar. HEX triplet: D9, 91 and 6F. RGB value is (217,145,111). Sum of RGB (Red+Green+Blue) = 217+145+111=473 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.88% from 473); Green value is 145 (57.03% from 255 or 30.66% from 473); Blue value is 111 (43.75% from 255 or 23.47% from 473); Max value from RGB is 217 - color contains mainly: red. Hex color #D9916F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9916F is #266E90. Grayscale: #A2A2A2. Windows color (decimal): -2518673 or 7311833. OLE color: 7311833.

HSL color Cylindrical-coordinate representation of color #D9916F: hue angle of 19.25º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D9916F is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB217145111-
CMYK00.330.490.15
HSL19.25º58.24%64.31%-
HSV(B)19.25º48.85%85.1%-
XYZ41.6136.1519.82-
YUV162.6598.85166.76-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.88%
GREEN value IS 145 (57.03% from 255) = 30.66%
BLUE value IS 111 (43.75% from 255) = 23.47%
R=45.88%
G=30.66%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714511100.330.490.1519.2558.2464.31
HexD9916F02131F133a40
Octal33122115704161172372100
Binary1101100110010001110111101000011100011111100111110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9916F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9916F; }

 p { color: rgb(217,145,111); }

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

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

 a { background-color: rgb(217,145,111); }

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

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

 span { border-color: rgb(217,145,111); }

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