#D6956D

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

Shades of Feldspar #D6956D

Tints of Feldspar #D6956D

Color information

#D6956D (or 0xD6956D) is unknown color: approx Feldspar. HEX triplet: D6, 95 and 6D. RGB value is (214,149,109). Sum of RGB (Red+Green+Blue) = 214+149+109=472 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.34% from 472); Green value is 149 (58.59% from 255 or 31.57% from 472); Blue value is 109 (42.97% from 255 or 23.09% from 472); Max value from RGB is 214 - color contains mainly: red. Hex color #D6956D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6956D is #296A92. Grayscale: #A4A4A4. Windows color (decimal): -2714259 or 7181782. OLE color: 7181782.

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

Color convert

RGB214149109-
CMYK00.300.490.16
HSL22.86º56.15%63.33%-
HSV(B)22.86º49.07%83.92%-
XYZ41.2436.919.42-
YUV163.8797.03163.75-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.34%
GREEN value IS 149 (58.59% from 255) = 31.57%
BLUE value IS 109 (42.97% from 255) = 23.09%
R=45.34%
G=31.57%
B=23.09%

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
Decimal21414910900.300.490.1622.8656.1563.33
HexD6956D01E311017383f
Octal3262251550366120277077
Binary110101101001010111011010111101100011000010111111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6956D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6956D; }

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

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

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

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

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

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

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

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