#D6966D

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

Shades of Feldspar #D6966D

Tints of Feldspar #D6966D

Color information

#D6966D (or 0xD6966D) is unknown color: approx Feldspar. HEX triplet: D6, 96 and 6D. RGB value is (214,150,109). Sum of RGB (Red+Green+Blue) = 214+150+109=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 150 (58.98% from 255 or 31.71% from 473); Blue value is 109 (42.97% from 255 or 23.04% from 473); Max value from RGB is 214 - color contains mainly: red. Hex color #D6966D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6966D is #296992. Grayscale: #A4A4A4. Windows color (decimal): -2714003 or 7182038. OLE color: 7182038.

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

Color convert

RGB214150109-
CMYK00.300.490.16
HSL23.43º56.15%63.33%-
HSV(B)23.43º49.07%83.92%-
XYZ41.437.2119.47-
YUV164.4696.7163.33-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.24%
GREEN value IS 150 (58.98% from 255) = 31.71%
BLUE value IS 109 (42.97% from 255) = 23.04%
R=45.24%
G=31.71%
B=23.04%

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
Decimal21415010900.300.490.1623.4356.1563.33
HexD6966D01E311017383f
Octal3262261550366120277077
Binary110101101001011011011010111101100011000010111111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6966D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6966D; }

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

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

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

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

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

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

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

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