#D6946E

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

Shades of Feldspar #D6946E

Tints of Feldspar #D6946E

Color information

#D6946E (or 0xD6946E) is unknown color: approx Feldspar. HEX triplet: D6, 94 and 6E. RGB value is (214,148,110). Sum of RGB (Red+Green+Blue) = 214+148+110=472 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.34% from 472); Green value is 148 (58.20% from 255 or 31.36% from 472); Blue value is 110 (43.36% from 255 or 23.31% from 472); Max value from RGB is 214 - color contains mainly: red. Hex color #D6946E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6946E is #296B91. Grayscale: #A3A3A3. Windows color (decimal): -2714514 or 7247062. OLE color: 7247062.

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

Color convert

RGB214148110-
CMYK00.310.490.16
HSL21.92º55.91%63.53%-
HSV(B)21.92º48.6%83.92%-
XYZ41.1436.619.65-
YUV163.497.87164.09-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.34%
GREEN value IS 148 (58.20% from 255) = 31.36%
BLUE value IS 110 (43.36% from 255) = 23.31%
R=45.34%
G=31.36%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414811000.310.490.1621.9255.9163.53
HexD6946E01F3110163840
Octal32622415603761202670100
Binary1101011010010100110111001111111000110000101101110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6946E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6946E; }

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

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

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

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

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

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

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

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