#D18D73

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

Shades of Feldspar #D18D73

Tints of Feldspar #D18D73

Color information

#D18D73 (or 0xD18D73) is unknown color: approx Feldspar. HEX triplet: D1, 8D and 73. RGB value is (209,141,115). Sum of RGB (Red+Green+Blue) = 209+141+115=465 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.95% from 465); Green value is 141 (55.47% from 255 or 30.32% from 465); Blue value is 115 (45.31% from 255 or 24.73% from 465); Max value from RGB is 209 - color contains mainly: red. Hex color #D18D73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18D73 is #2E728C. Grayscale: #9E9E9E. Windows color (decimal): -3043981 or 7572945. OLE color: 7572945.

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

Color convert

RGB209141115-
CMYK00.330.450.18
HSL16.6º50.54%63.53%-
HSV(B)16.6º44.98%81.96%-
XYZ38.9133.8420.7-
YUV158.37103.53164.11-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.95%
GREEN value IS 141 (55.47% from 255) = 30.32%
BLUE value IS 115 (45.31% from 255) = 24.73%
R=44.95%
G=30.32%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914111500.330.450.1816.650.5463.53
HexD18D730212D12113340
Octal32121516304155222163100
Binary11010001100011011110011010000110110110010100011100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18D73; }

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

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

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

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

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

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

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

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