#D18F6D

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

Shades of Feldspar #D18F6D

Tints of Feldspar #D18F6D

Color information

#D18F6D (or 0xD18F6D) is unknown color: approx Feldspar. HEX triplet: D1, 8F and 6D. RGB value is (209,143,109). Sum of RGB (Red+Green+Blue) = 209+143+109=461 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.34% from 461); Green value is 143 (56.25% from 255 or 31.02% from 461); Blue value is 109 (42.97% from 255 or 23.64% from 461); Max value from RGB is 209 - color contains mainly: red. Hex color #D18F6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18F6D is #2E7092. Grayscale: #9F9F9F. Windows color (decimal): -3043475 or 7180241. OLE color: 7180241.

HSL color Cylindrical-coordinate representation of color #D18F6D: hue angle of 20.4º 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 #D18F6D is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB209143109-
CMYK00.320.480.18
HSL20.4º52.08%62.35%-
HSV(B)20.4º47.85%81.96%-
XYZ38.8834.319.04-
YUV158.8699.87163.76-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.34%
GREEN value IS 143 (56.25% from 255) = 31.02%
BLUE value IS 109 (42.97% from 255) = 23.64%
R=45.34%
G=31.02%
B=23.64%

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
Decimal20914310900.320.480.1820.452.0862.35
HexD18F6D020301214343e
Octal3212171550406022246476
Binary1101000110001111110110101000001100001001010100110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18F6D; }

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

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

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

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

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

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

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

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