#D8946E

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

Shades of Feldspar #D8946E

Tints of Feldspar #D8946E

Color information

#D8946E (or 0xD8946E) is unknown color: approx Feldspar. HEX triplet: D8, 94 and 6E. RGB value is (216,148,110). Sum of RGB (Red+Green+Blue) = 216+148+110=474 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.57% from 474); Green value is 148 (58.20% from 255 or 31.22% from 474); Blue value is 110 (43.36% from 255 or 23.21% from 474); Max value from RGB is 216 - color contains mainly: red. Hex color #D8946E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8946E is #276B91. Grayscale: #A4A4A4. Windows color (decimal): -2583442 or 7247064. OLE color: 7247064.

HSL color Cylindrical-coordinate representation of color #D8946E: hue angle of 21.51º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D8946E is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB216148110-
CMYK00.310.490.15
HSL21.51º57.61%63.92%-
HSV(B)21.51º49.07%84.71%-
XYZ41.7236.919.68-
YUV16497.53165.09-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.57%
GREEN value IS 148 (58.20% from 255) = 31.22%
BLUE value IS 110 (43.36% from 255) = 23.21%
R=45.57%
G=31.22%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614811000.310.490.1521.5157.6163.92
HexD8946E01F31F163a40
Octal33022415603761172672100
Binary110110001001010011011100111111100011111101101110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8946E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8946E; }

 p { color: rgb(216,148,110); }

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

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

 a { background-color: rgb(216,148,110); }

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

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

 span { border-color: rgb(216,148,110); }

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