#D18E6D

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

Shades of Feldspar #D18E6D

Tints of Feldspar #D18E6D

Color information

#D18E6D (or 0xD18E6D) is unknown color: approx Feldspar. HEX triplet: D1, 8E and 6D. RGB value is (209,142,109). Sum of RGB (Red+Green+Blue) = 209+142+109=460 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.43% from 460); Green value is 142 (55.86% from 255 or 30.87% from 460); Blue value is 109 (42.97% from 255 or 23.70% from 460); Max value from RGB is 209 - color contains mainly: red. Hex color #D18E6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18E6D is #2E7192. Grayscale: #9E9E9E. Windows color (decimal): -3043731 or 7179985. OLE color: 7179985.

HSL color Cylindrical-coordinate representation of color #D18E6D: hue angle of 19.8º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D18E6D is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB209142109-
CMYK00.320.480.18
HSL19.8º52.08%62.35%-
HSV(B)19.8º47.85%81.96%-
XYZ38.7334.0118.99-
YUV158.27100.2164.18-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.43%
GREEN value IS 142 (55.86% from 255) = 30.87%
BLUE value IS 109 (42.97% from 255) = 23.70%
R=45.43%
G=30.87%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914210900.320.480.1819.852.0862.35
HexD18E6D020301214343e
Octal3212161550406022246476
Binary1101000110001110110110101000001100001001010100110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18E6D; }

 p { color: rgb(209,142,109); }

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

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

 a { background-color: rgb(209,142,109); }

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

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

 span { border-color: rgb(209,142,109); }

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