#D99679

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

Shades of Feldspar #D99679

Tints of Feldspar #D99679

Color information

#D99679 (or 0xD99679) is unknown color: approx Feldspar. HEX triplet: D9, 96 and 79. RGB value is (217,150,121). Sum of RGB (Red+Green+Blue) = 217+150+121=488 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.47% from 488); Green value is 150 (58.98% from 255 or 30.74% from 488); Blue value is 121 (47.66% from 255 or 24.80% from 488); Max value from RGB is 217 - color contains mainly: red. Hex color #D99679 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99679 is #266986. Grayscale: #A6A6A6. Windows color (decimal): -2517383 or 7968473. OLE color: 7968473.

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

Color convert

RGB217150121-
CMYK00.310.440.15
HSL18.13º55.81%66.27%-
HSV(B)18.13º44.24%85.1%-
XYZ42.9737.9423.15-
YUV166.73102.2163.86-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.47%
GREEN value IS 150 (58.98% from 255) = 30.74%
BLUE value IS 121 (47.66% from 255) = 24.80%
R=44.47%
G=30.74%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715012100.310.440.1518.1355.8166.27
HexD9967901F2CF123842
Octal33122617103754172270102
Binary110110011001011011110010111111011001111100101110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99679; }

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

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

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

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

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

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

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

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