#D99777

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

Shades of Feldspar #D99777

Tints of Feldspar #D99777

Color information

#D99777 (or 0xD99777) is unknown color: approx Feldspar. HEX triplet: D9, 97 and 77. RGB value is (217,151,119). Sum of RGB (Red+Green+Blue) = 217+151+119=487 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.56% from 487); Green value is 151 (59.38% from 255 or 31.01% from 487); Blue value is 119 (46.88% from 255 or 24.44% from 487); Max value from RGB is 217 - color contains mainly: red. Hex color #D99777 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99777 is #266888. Grayscale: #A7A7A7. Windows color (decimal): -2517129 or 7837657. OLE color: 7837657.

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

Color convert

RGB217151119-
CMYK00.300.450.15
HSL19.59º56.32%65.88%-
HSV(B)19.59º45.16%85.1%-
XYZ43.0138.2222.56-
YUV167.09100.87163.6-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.56%
GREEN value IS 151 (59.38% from 255) = 31.01%
BLUE value IS 119 (46.88% from 255) = 24.44%
R=44.56%
G=31.01%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715111900.300.450.1519.5956.3265.88
HexD9977701E2DF143842
Octal33122716703655172470102
Binary110110011001011111101110111101011011111101001110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99777; }

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

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

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

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

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

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

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

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