#D99E6E

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

Shades of Feldspar #D99E6E

Tints of Feldspar #D99E6E

Color information

#D99E6E (or 0xD99E6E) is unknown color: approx Feldspar. HEX triplet: D9, 9E and 6E. RGB value is (217,158,110). Sum of RGB (Red+Green+Blue) = 217+158+110=485 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.74% from 485); Green value is 158 (62.11% from 255 or 32.58% from 485); Blue value is 110 (43.36% from 255 or 22.68% from 485); Max value from RGB is 217 - color contains mainly: red. Hex color #D99E6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99E6E is #266191. Grayscale: #AAAAAA. Windows color (decimal): -2515346 or 7249625. OLE color: 7249625.

HSL color Cylindrical-coordinate representation of color #D99E6E: hue angle of 26.92º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D99E6E is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB217158110-
CMYK00.270.490.15
HSL26.92º58.47%64.12%-
HSV(B)26.92º49.31%85.1%-
XYZ43.6640.3320.24-
YUV170.1794.05161.4-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.74%
GREEN value IS 158 (62.11% from 255) = 32.58%
BLUE value IS 110 (43.36% from 255) = 22.68%
R=44.74%
G=32.58%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715811000.270.490.1526.9258.4764.12
HexD99E6E01B31F1b3a40
Octal33123615603361173372100
Binary110110011001111011011100110111100011111110111110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99E6E; }

 p { color: rgb(217,158,110); }

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

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

 a { background-color: rgb(217,158,110); }

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

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

 span { border-color: rgb(217,158,110); }

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