#D18F79

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

Shades of Feldspar #D18F79

Tints of Feldspar #D18F79

Color information

#D18F79 (or 0xD18F79) is unknown color: approx Feldspar. HEX triplet: D1, 8F and 79. RGB value is (209,143,121). Sum of RGB (Red+Green+Blue) = 209+143+121=473 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.19% from 473); Green value is 143 (56.25% from 255 or 30.23% from 473); Blue value is 121 (47.66% from 255 or 25.58% from 473); Max value from RGB is 209 - color contains mainly: red. Hex color #D18F79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18F79 is #2E7086. Grayscale: #A0A0A0. Windows color (decimal): -3043463 or 7966673. OLE color: 7966673.

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

Color convert

RGB209143121-
CMYK00.320.420.18
HSL15º48.89%64.71%-
HSV(B)15º42.11%81.96%-
XYZ39.5734.5822.68-
YUV160.23105.87162.79-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.19%
GREEN value IS 143 (56.25% from 255) = 30.23%
BLUE value IS 121 (47.66% from 255) = 25.58%
R=44.19%
G=30.23%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914312100.320.420.181548.8964.71
HexD18F790202A12f3141
Octal32121717104052221761101
Binary1101000110001111111100101000001010101001011111100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18F79; }

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

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

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

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

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

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

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

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