#D19C77

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

Shades of Feldspar #D19C77

Tints of Feldspar #D19C77

Color information

#D19C77 (or 0xD19C77) is unknown color: approx Feldspar. HEX triplet: D1, 9C and 77. RGB value is (209,156,119). Sum of RGB (Red+Green+Blue) = 209+156+119=484 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.18% from 484); Green value is 156 (61.33% from 255 or 32.23% from 484); Blue value is 119 (46.88% from 255 or 24.59% from 484); Max value from RGB is 209 - color contains mainly: red. Hex color #D19C77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19C77 is #2E6388. Grayscale: #A7A7A7. Windows color (decimal): -3040137 or 7838929. OLE color: 7838929.

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

Color convert

RGB209156119-
CMYK00.250.430.18
HSL24.67º49.45%64.31%-
HSV(B)24.67º43.06%81.96%-
XYZ41.5138.6622.73-
YUV167.63100.56157.51-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.18%
GREEN value IS 156 (61.33% from 255) = 32.23%
BLUE value IS 119 (46.88% from 255) = 24.59%
R=43.18%
G=32.23%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915611900.250.430.1824.6749.4564.31
HexD19C770192B12193140
Octal32123416703153223161100
Binary1101000110011100111011101100110101110010110011100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19C77; }

 p { color: rgb(209,156,119); }

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

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

 a { background-color: rgb(209,156,119); }

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

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

 span { border-color: rgb(209,156,119); }

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