#D18F73

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

Shades of Feldspar #D18F73

Tints of Feldspar #D18F73

Color information

#D18F73 (or 0xD18F73) is unknown color: approx Feldspar. HEX triplet: D1, 8F and 73. RGB value is (209,143,115). Sum of RGB (Red+Green+Blue) = 209+143+115=467 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.75% from 467); Green value is 143 (56.25% from 255 or 30.62% from 467); Blue value is 115 (45.31% from 255 or 24.63% from 467); Max value from RGB is 209 - color contains mainly: red. Hex color #D18F73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18F73 is #2E708C. Grayscale: #9F9F9F. Windows color (decimal): -3043469 or 7573457. OLE color: 7573457.

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

Color convert

RGB209143115-
CMYK00.320.450.18
HSL17.87º50.54%63.53%-
HSV(B)17.87º44.98%81.96%-
XYZ39.2134.4420.8-
YUV159.54102.87163.28-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.75%
GREEN value IS 143 (56.25% from 255) = 30.62%
BLUE value IS 115 (45.31% from 255) = 24.63%
R=44.75%
G=30.62%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914311500.320.450.1817.8750.5463.53
HexD18F730202D12123340
Octal32121716304055222263100
Binary11010001100011111110011010000010110110010100101100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18F73; }

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

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

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

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

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

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

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

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