#D18B75

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

Shades of Feldspar #D18B75

Tints of Feldspar #D18B75

Color information

#D18B75 (or 0xD18B75) is unknown color: approx Feldspar. HEX triplet: D1, 8B and 75. RGB value is (209,139,117). Sum of RGB (Red+Green+Blue) = 209+139+117=465 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.95% from 465); Green value is 139 (54.69% from 255 or 29.89% from 465); Blue value is 117 (46.09% from 255 or 25.16% from 465); Max value from RGB is 209 - color contains mainly: red. Hex color #D18B75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18B75 is #2E748A. Grayscale: #9D9D9D. Windows color (decimal): -3044491 or 7703505. OLE color: 7703505.

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

Color convert

RGB209139117-
CMYK00.330.440.18
HSL14.35º50%63.92%-
HSV(B)14.35º44.02%81.96%-
XYZ38.7433.321.22-
YUV157.42105.19164.79-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.95%
GREEN value IS 139 (54.69% from 255) = 29.89%
BLUE value IS 117 (46.09% from 255) = 25.16%
R=44.95%
G=29.89%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20913911700.330.440.1814.355063.92
HexD18B750212C12e3240
Octal32121316504154221662100
Binary1101000110001011111010101000011011001001011101100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18B75; }

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

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

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

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

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

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

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

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