#D18D7A

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

Shades of Feldspar #D18D7A

Tints of Feldspar #D18D7A

Color information

#D18D7A (or 0xD18D7A) is unknown color: approx Feldspar. HEX triplet: D1, 8D and 7A. RGB value is (209,141,122). Sum of RGB (Red+Green+Blue) = 209+141+122=472 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.28% from 472); Green value is 141 (55.47% from 255 or 29.87% from 472); Blue value is 122 (48.05% from 255 or 25.85% from 472); Max value from RGB is 209 - color contains mainly: red. Hex color #D18D7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18D7A is #2E7285. Grayscale: #9F9F9F. Windows color (decimal): -3043974 or 8031697. OLE color: 8031697.

HSL color Cylindrical-coordinate representation of color #D18D7A: hue angle of 13.1º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D18D7A is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB209141122-
CMYK00.330.420.18
HSL13.1º48.6%64.9%-
HSV(B)13.1º41.63%81.96%-
XYZ39.3334.0122.9-
YUV159.17107.03163.54-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.28%
GREEN value IS 141 (55.47% from 255) = 29.87%
BLUE value IS 122 (48.05% from 255) = 25.85%
R=44.28%
G=29.87%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914112200.330.420.1813.148.664.9
HexD18D7A0212A12d3141
Octal32121517204152221561101
Binary1101000110001101111101001000011010101001011011100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18D7A; }

 p { color: rgb(209,141,122); }

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

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

 a { background-color: rgb(209,141,122); }

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

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

 span { border-color: rgb(209,141,122); }

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