#D18E74

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

Shades of Feldspar #D18E74

Tints of Feldspar #D18E74

Color information

#D18E74 (or 0xD18E74) is unknown color: approx Feldspar. HEX triplet: D1, 8E and 74. RGB value is (209,142,116). Sum of RGB (Red+Green+Blue) = 209+142+116=467 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.75% from 467); Green value is 142 (55.86% from 255 or 30.41% from 467); Blue value is 116 (45.70% from 255 or 24.84% from 467); Max value from RGB is 209 - color contains mainly: red. Hex color #D18E74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18E74 is #2E718B. Grayscale: #9F9F9F. Windows color (decimal): -3043724 or 7638737. OLE color: 7638737.

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

Color convert

RGB209142116-
CMYK00.320.440.18
HSL16.77º50.27%63.73%-
HSV(B)16.77º44.5%81.96%-
XYZ39.1234.1621.06-
YUV159.07103.7163.61-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.75%
GREEN value IS 142 (55.86% from 255) = 30.41%
BLUE value IS 116 (45.70% from 255) = 24.84%
R=44.75%
G=30.41%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914211600.320.440.1816.7750.2763.73
HexD18E740202C12113240
Octal32121616404054222162100
Binary11010001100011101110100010000010110010010100011100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18E74; }

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

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

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

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

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

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

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

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