#D99979

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

Shades of Feldspar #D99979

Tints of Feldspar #D99979

Color information

#D99979 (or 0xD99979) is unknown color: approx Feldspar. HEX triplet: D9, 99 and 79. RGB value is (217,153,121). Sum of RGB (Red+Green+Blue) = 217+153+121=491 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.20% from 491); Green value is 153 (60.16% from 255 or 31.16% from 491); Blue value is 121 (47.66% from 255 or 24.64% from 491); Max value from RGB is 217 - color contains mainly: red. Hex color #D99979 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99979 is #266686. Grayscale: #A8A8A8. Windows color (decimal): -2516615 or 7969241. OLE color: 7969241.

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

Color convert

RGB217153121-
CMYK00.290.440.15
HSL20º55.81%66.27%-
HSV(B)20º44.24%85.1%-
XYZ43.4638.9123.31-
YUV168.49101.2162.6-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.20%
GREEN value IS 153 (60.16% from 255) = 31.16%
BLUE value IS 121 (47.66% from 255) = 24.64%
R=44.20%
G=31.16%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715312100.290.440.152055.8166.27
HexD9997901D2CF143842
Octal33123117103554172470102
Binary110110011001100111110010111011011001111101001110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99979; }

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

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

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

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

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

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

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

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