#D99177

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

Shades of Feldspar #D99177

Tints of Feldspar #D99177

Color information

#D99177 (or 0xD99177) is unknown color: approx Feldspar. HEX triplet: D9, 91 and 77. RGB value is (217,145,119). Sum of RGB (Red+Green+Blue) = 217+145+119=481 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.11% from 481); Green value is 145 (57.03% from 255 or 30.15% from 481); Blue value is 119 (46.88% from 255 or 24.74% from 481); Max value from RGB is 217 - color contains mainly: red. Hex color #D99177 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99177 is #266E88. Grayscale: #A3A3A3. Windows color (decimal): -2518665 or 7836121. OLE color: 7836121.

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

Color convert

RGB217145119-
CMYK00.330.450.15
HSL15.92º56.32%65.88%-
HSV(B)15.92º45.16%85.1%-
XYZ42.0736.3322.25-
YUV163.56102.85166.11-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.11%
GREEN value IS 145 (57.03% from 255) = 30.15%
BLUE value IS 119 (46.88% from 255) = 24.74%
R=45.11%
G=30.15%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714511900.330.450.1515.9256.3265.88
HexD991770212DF103842
Octal33122116704155172070102
Binary1101100110010001111011101000011011011111100001110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99177; }

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

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

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

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

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

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

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

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