#D99171

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

Shades of Feldspar #D99171

Tints of Feldspar #D99171

Color information

#D99171 (or 0xD99171) is unknown color: approx Feldspar. HEX triplet: D9, 91 and 71. RGB value is (217,145,113). Sum of RGB (Red+Green+Blue) = 217+145+113=475 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.68% from 475); Green value is 145 (57.03% from 255 or 30.53% from 475); Blue value is 113 (44.53% from 255 or 23.79% from 475); Max value from RGB is 217 - color contains mainly: red. Hex color #D99171 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99171 is #266E8E. Grayscale: #A3A3A3. Windows color (decimal): -2518671 or 7442905. OLE color: 7442905.

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

Color convert

RGB217145113-
CMYK00.330.480.15
HSL18.46º57.78%64.71%-
HSV(B)18.46º47.93%85.1%-
XYZ41.7236.1920.41-
YUV162.8899.85166.6-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.68%
GREEN value IS 145 (57.03% from 255) = 30.53%
BLUE value IS 113 (44.53% from 255) = 23.79%
R=45.68%
G=30.53%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714511300.330.480.1518.4657.7864.71
HexD9917102130F123a41
Octal33122116104160172272101
Binary1101100110010001111000101000011100001111100101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99171; }

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

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

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

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

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

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

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

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