#D18E77

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

Shades of Feldspar #D18E77

Tints of Feldspar #D18E77

Color information

#D18E77 (or 0xD18E77) is unknown color: approx Feldspar. HEX triplet: D1, 8E and 77. RGB value is (209,142,119). Sum of RGB (Red+Green+Blue) = 209+142+119=470 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.47% from 470); Green value is 142 (55.86% from 255 or 30.21% from 470); Blue value is 119 (46.88% from 255 or 25.32% from 470); Max value from RGB is 209 - color contains mainly: red. Hex color #D18E77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18E77 is #2E7188. Grayscale: #9F9F9F. Windows color (decimal): -3043721 or 7835345. OLE color: 7835345.

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

Color convert

RGB209142119-
CMYK00.320.430.18
HSL15.33º49.45%64.31%-
HSV(B)15.33º43.06%81.96%-
XYZ39.334.2321.99-
YUV159.41105.2163.37-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.47%
GREEN value IS 142 (55.86% from 255) = 30.21%
BLUE value IS 119 (46.88% from 255) = 25.32%
R=44.47%
G=30.21%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914211900.320.430.1815.3349.4564.31
HexD18E770202B12f3140
Octal32121616704053221761100
Binary1101000110001110111011101000001010111001011111100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18E77; }

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

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

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

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

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

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

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

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