#D18C72

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

Shades of Feldspar #D18C72

Tints of Feldspar #D18C72

Color information

#D18C72 (or 0xD18C72) is unknown color: approx Feldspar. HEX triplet: D1, 8C and 72. RGB value is (209,140,114). Sum of RGB (Red+Green+Blue) = 209+140+114=463 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.14% from 463); Green value is 140 (55.08% from 255 or 30.24% from 463); Blue value is 114 (44.92% from 255 or 24.62% from 463); Max value from RGB is 209 - color contains mainly: red. Hex color #D18C72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18C72 is #2E738D. Grayscale: #9D9D9D. Windows color (decimal): -3044238 or 7507153. OLE color: 7507153.

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

Color convert

RGB209140114-
CMYK00.330.450.18
HSL16.42º50.8%63.33%-
HSV(B)16.42º45.45%81.96%-
XYZ38.7133.5320.35-
YUV157.67103.36164.61-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.14%
GREEN value IS 140 (55.08% from 255) = 30.24%
BLUE value IS 114 (44.92% from 255) = 24.62%
R=45.14%
G=30.24%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914011400.330.450.1816.4250.863.33
HexD18C720212D1210333f
Octal3212141620415522206377
Binary1101000110001100111001001000011011011001010000110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18C72; }

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

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

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

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

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

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

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

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