#D6946D

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

Shades of Feldspar #D6946D

Tints of Feldspar #D6946D

Color information

#D6946D (or 0xD6946D) is unknown color: approx Feldspar. HEX triplet: D6, 94 and 6D. RGB value is (214,148,109). Sum of RGB (Red+Green+Blue) = 214+148+109=471 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.44% from 471); Green value is 148 (58.20% from 255 or 31.42% from 471); Blue value is 109 (42.97% from 255 or 23.14% from 471); Max value from RGB is 214 - color contains mainly: red. Hex color #D6946D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6946D is #296B92. Grayscale: #A3A3A3. Windows color (decimal): -2714515 or 7181526. OLE color: 7181526.

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

Color convert

RGB214148109-
CMYK00.310.490.16
HSL22.29º56.15%63.33%-
HSV(B)22.29º49.07%83.92%-
XYZ41.0836.5819.36-
YUV163.2997.37164.17-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.44%
GREEN value IS 148 (58.20% from 255) = 31.42%
BLUE value IS 109 (42.97% from 255) = 23.14%
R=45.44%
G=31.42%
B=23.14%

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
Decimal21414810900.310.490.1622.2956.1563.33
HexD6946D01F311016383f
Octal3262241550376120267077
Binary110101101001010011011010111111100011000010110111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6946D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6946D; }

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

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

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

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

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

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

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

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