#D99576

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

Shades of Feldspar #D99576

Tints of Feldspar #D99576

Color information

#D99576 (or 0xD99576) is unknown color: approx Feldspar. HEX triplet: D9, 95 and 76. RGB value is (217,149,118). Sum of RGB (Red+Green+Blue) = 217+149+118=484 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.83% from 484); Green value is 149 (58.59% from 255 or 30.79% from 484); Blue value is 118 (46.48% from 255 or 24.38% from 484); Max value from RGB is 217 - color contains mainly: red. Hex color #D99576 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99576 is #266A89. Grayscale: #A5A5A5. Windows color (decimal): -2517642 or 7771609. OLE color: 7771609.

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

Color convert

RGB217149118-
CMYK00.310.460.15
HSL18.79º56.57%65.69%-
HSV(B)18.79º45.62%85.1%-
XYZ42.6337.5522.14-
YUV165.8101.03164.52-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.83%
GREEN value IS 149 (58.59% from 255) = 30.79%
BLUE value IS 118 (46.48% from 255) = 24.38%
R=44.83%
G=30.79%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714911800.310.460.1518.7956.5765.69
HexD9957601F2EF133942
Octal33122516603756172371102
Binary110110011001010111101100111111011101111100111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99576; }

 p { color: rgb(217,149,118); }

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

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

 a { background-color: rgb(217,149,118); }

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

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

 span { border-color: rgb(217,149,118); }

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