#D99977

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

Shades of Feldspar #D99977

Tints of Feldspar #D99977

Color information

#D99977 (or 0xD99977) is unknown color: approx Feldspar. HEX triplet: D9, 99 and 77. RGB value is (217,153,119). Sum of RGB (Red+Green+Blue) = 217+153+119=489 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.38% from 489); Green value is 153 (60.16% from 255 or 31.29% from 489); Blue value is 119 (46.88% from 255 or 24.34% from 489); Max value from RGB is 217 - color contains mainly: red. Hex color #D99977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99977 is #266688. Grayscale: #A8A8A8. Windows color (decimal): -2516617 or 7838169. OLE color: 7838169.

HSL color Cylindrical-coordinate representation of color #D99977: hue angle of 20.82º 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 #D99977 is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB217153119-
CMYK00.290.450.15
HSL20.82º56.32%65.88%-
HSV(B)20.82º45.16%85.1%-
XYZ43.3438.8722.67-
YUV168.26100.2162.76-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.38%
GREEN value IS 153 (60.16% from 255) = 31.29%
BLUE value IS 119 (46.88% from 255) = 24.34%
R=44.38%
G=31.29%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715311900.290.450.1520.8256.3265.88
HexD9997701D2DF153842
Octal33123116703555172570102
Binary110110011001100111101110111011011011111101011110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99977; }

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

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

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

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

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

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

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

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