#D18A72

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

Shades of Feldspar #D18A72

Tints of Feldspar #D18A72

Color information

#D18A72 (or 0xD18A72) is unknown color: approx Feldspar. HEX triplet: D1, 8A and 72. RGB value is (209,138,114). Sum of RGB (Red+Green+Blue) = 209+138+114=461 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.34% from 461); Green value is 138 (54.30% from 255 or 29.93% from 461); Blue value is 114 (44.92% from 255 or 24.73% from 461); Max value from RGB is 209 - color contains mainly: red. Hex color #D18A72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18A72 is #2E758D. Grayscale: #9C9C9C. Windows color (decimal): -3044750 or 7506641. OLE color: 7506641.

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

Color convert

RGB209138114-
CMYK00.340.450.18
HSL15.16º50.8%63.33%-
HSV(B)15.16º45.45%81.96%-
XYZ38.4232.9520.25-
YUV156.49104.02165.45-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.34%
GREEN value IS 138 (54.30% from 255) = 29.93%
BLUE value IS 114 (44.92% from 255) = 24.73%
R=45.34%
G=29.93%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20913811400.340.450.1815.1650.863.33
HexD18A720222D12f333f
Octal3212121620425522176377
Binary110100011000101011100100100010101101100101111110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18A72; }

 p { color: rgb(209,138,114); }

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

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

 a { background-color: rgb(209,138,114); }

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

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

 span { border-color: rgb(209,138,114); }

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