#D18871

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

Shades of Feldspar #D18871

Tints of Feldspar #D18871

Color information

#D18871 (or 0xD18871) is unknown color: approx Feldspar. HEX triplet: D1, 88 and 71. RGB value is (209,136,113). Sum of RGB (Red+Green+Blue) = 209+136+113=458 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.63% from 458); Green value is 136 (53.52% from 255 or 29.69% from 458); Blue value is 113 (44.53% from 255 or 24.67% from 458); Max value from RGB is 209 - color contains mainly: red. Hex color #D18871 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18871 is #2E778E. Grayscale: #9B9B9B. Windows color (decimal): -3045263 or 7440593. OLE color: 7440593.

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

Color convert

RGB209136113-
CMYK00.350.460.18
HSL14.38º51.06%63.14%-
HSV(B)14.38º45.93%81.96%-
XYZ38.0832.3619.86-
YUV155.2104.18166.37-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.63%
GREEN value IS 136 (53.52% from 255) = 29.69%
BLUE value IS 113 (44.53% from 255) = 24.67%
R=45.63%
G=29.69%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20913611300.350.460.1814.3851.0663.14
HexD188710232E12e333f
Octal3212101610435622166377
Binary110100011000100011100010100011101110100101110110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18871; }

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

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

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

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

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

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

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

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