#D18873

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

Shades of Feldspar #D18873

Tints of Feldspar #D18873

Color information

#D18873 (or 0xD18873) is unknown color: approx Feldspar. HEX triplet: D1, 88 and 73. RGB value is (209,136,115). Sum of RGB (Red+Green+Blue) = 209+136+115=460 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.43% from 460); Green value is 136 (53.52% from 255 or 29.57% from 460); Blue value is 115 (45.31% from 255 or 25% from 460); Max value from RGB is 209 - color contains mainly: red. Hex color #D18873 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18873 is #2E778C. Grayscale: #9B9B9B. Windows color (decimal): -3045261 or 7571665. OLE color: 7571665.

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

Color convert

RGB209136115-
CMYK00.350.450.18
HSL13.4º50.54%63.53%-
HSV(B)13.4º44.98%81.96%-
XYZ38.1932.420.46-
YUV155.43105.18166.21-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.43%
GREEN value IS 136 (53.52% from 255) = 29.57%
BLUE value IS 115 (45.31% from 255) = 25%
R=45.43%
G=29.57%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20913611500.350.450.1813.450.5463.53
HexD188730232D12d3340
Octal32121016304355221563100
Binary1101000110001000111001101000111011011001011011100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18873; }

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

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

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

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

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

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

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

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