#D19B72

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

Shades of Feldspar #D19B72

Tints of Feldspar #D19B72

Color information

#D19B72 (or 0xD19B72) is unknown color: approx Feldspar. HEX triplet: D1, 9B and 72. RGB value is (209,155,114). Sum of RGB (Red+Green+Blue) = 209+155+114=478 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.72% from 478); Green value is 155 (60.94% from 255 or 32.43% from 478); Blue value is 114 (44.92% from 255 or 23.85% from 478); Max value from RGB is 209 - color contains mainly: red. Hex color #D19B72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19B72 is #2E648D. Grayscale: #A6A6A6. Windows color (decimal): -3040398 or 7510993. OLE color: 7510993.

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

Color convert

RGB209155114-
CMYK00.260.450.18
HSL25.89º50.8%63.33%-
HSV(B)25.89º45.45%81.96%-
XYZ41.0538.2121.13-
YUV166.4798.39158.33-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.72%
GREEN value IS 155 (60.94% from 255) = 32.43%
BLUE value IS 114 (44.92% from 255) = 23.85%
R=43.72%
G=32.43%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915511400.260.450.1825.8950.863.33
HexD19B7201A2D121a333f
Octal3212331620325522326377
Binary110100011001101111100100110101011011001011010110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19B72; }

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

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

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

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

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

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

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

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