#D18E6E

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

Shades of Feldspar #D18E6E

Tints of Feldspar #D18E6E

Color information

#D18E6E (or 0xD18E6E) is unknown color: approx Feldspar. HEX triplet: D1, 8E and 6E. RGB value is (209,142,110). Sum of RGB (Red+Green+Blue) = 209+142+110=461 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.34% from 461); Green value is 142 (55.86% from 255 or 30.80% from 461); Blue value is 110 (43.36% from 255 or 23.86% from 461); Max value from RGB is 209 - color contains mainly: red. Hex color #D18E6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18E6E is #2E7191. Grayscale: #9E9E9E. Windows color (decimal): -3043730 or 7245521. OLE color: 7245521.

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

Color convert

RGB209142110-
CMYK00.320.470.18
HSL19.39º51.83%62.55%-
HSV(B)19.39º47.37%81.96%-
XYZ38.7834.0319.28-
YUV158.38100.7164.1-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.34%
GREEN value IS 142 (55.86% from 255) = 30.80%
BLUE value IS 110 (43.36% from 255) = 23.86%
R=45.34%
G=30.80%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914211000.320.470.1819.3951.8362.55
HexD18E6E0202F1213343f
Octal3212161560405722236477
Binary1101000110001110110111001000001011111001010011110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18E6E; }

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

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

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

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

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

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

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

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