#D18875

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

Shades of Feldspar #D18875

Tints of Feldspar #D18875

Color information

#D18875 (or 0xD18875) is unknown color: approx Feldspar. HEX triplet: D1, 88 and 75. RGB value is (209,136,117). Sum of RGB (Red+Green+Blue) = 209+136+117=462 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.24% from 462); Green value is 136 (53.52% from 255 or 29.44% from 462); Blue value is 117 (46.09% from 255 or 25.32% from 462); Max value from RGB is 209 - color contains mainly: red. Hex color #D18875 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18875 is #2E778A. Grayscale: #9B9B9B. Windows color (decimal): -3045259 or 7702737. OLE color: 7702737.

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

Color convert

RGB209136117-
CMYK00.350.440.18
HSL12.39º50%63.92%-
HSV(B)12.39º44.02%81.96%-
XYZ38.3132.4521.07-
YUV155.66106.18166.04-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.24%
GREEN value IS 136 (53.52% from 255) = 29.44%
BLUE value IS 117 (46.09% from 255) = 25.32%
R=45.24%
G=29.44%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20913611700.350.440.1812.395063.92
HexD188750232C12c3240
Octal32121016504354221462100
Binary1101000110001000111010101000111011001001011001100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18875; }

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

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

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

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

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

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

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

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