#D19C7B

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

Shades of Feldspar #D19C7B

Tints of Feldspar #D19C7B

Color information

#D19C7B (or 0xD19C7B) is unknown color: approx Feldspar. HEX triplet: D1, 9C and 7B. RGB value is (209,156,123). Sum of RGB (Red+Green+Blue) = 209+156+123=488 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.83% from 488); Green value is 156 (61.33% from 255 or 31.97% from 488); Blue value is 123 (48.44% from 255 or 25.20% from 488); Max value from RGB is 209 - color contains mainly: red. Hex color #D19C7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19C7B is #2E6384. Grayscale: #A8A8A8. Windows color (decimal): -3040133 or 8101073. OLE color: 8101073.

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

Color convert

RGB209156123-
CMYK00.250.410.18
HSL23.02º48.31%65.1%-
HSV(B)23.02º41.15%81.96%-
XYZ41.7638.7624.02-
YUV168.08102.56157.18-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.83%
GREEN value IS 156 (61.33% from 255) = 31.97%
BLUE value IS 123 (48.44% from 255) = 25.20%
R=42.83%
G=31.97%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915612300.250.410.1823.0248.3165.1
HexD19C7B0192912173041
Octal32123417303151222760101
Binary1101000110011100111101101100110100110010101111100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19C7B; }

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

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

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

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

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

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

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

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