#D6956E

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

Shades of Feldspar #D6956E

Tints of Feldspar #D6956E

Color information

#D6956E (or 0xD6956E) is unknown color: approx Feldspar. HEX triplet: D6, 95 and 6E. RGB value is (214,149,110). Sum of RGB (Red+Green+Blue) = 214+149+110=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 149 (58.59% from 255 or 31.50% from 473); Blue value is 110 (43.36% from 255 or 23.26% from 473); Max value from RGB is 214 - color contains mainly: red. Hex color #D6956E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6956E is #296A91. Grayscale: #A4A4A4. Windows color (decimal): -2714258 or 7247318. OLE color: 7247318.

HSL color Cylindrical-coordinate representation of color #D6956E: hue angle of 22.5º 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 #D6956E is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB214149110-
CMYK00.300.490.16
HSL22.5º55.91%63.53%-
HSV(B)22.5º48.6%83.92%-
XYZ41.2936.9219.7-
YUV163.9997.53163.67-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.24%
GREEN value IS 149 (58.59% from 255) = 31.50%
BLUE value IS 110 (43.36% from 255) = 23.26%
R=45.24%
G=31.50%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414911000.300.490.1622.555.9163.53
HexD6956E01E3110173840
Octal32622515603661202770100
Binary1101011010010101110111001111011000110000101111110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6956E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6956E; }

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

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

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

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

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

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

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

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