#D6976E

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

Shades of Feldspar #D6976E

Tints of Feldspar #D6976E

Color information

#D6976E (or 0xD6976E) is unknown color: approx Feldspar. HEX triplet: D6, 97 and 6E. RGB value is (214,151,110). Sum of RGB (Red+Green+Blue) = 214+151+110=475 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.05% from 475); Green value is 151 (59.38% from 255 or 31.79% from 475); Blue value is 110 (43.36% from 255 or 23.16% from 475); Max value from RGB is 214 - color contains mainly: red. Hex color #D6976E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6976E is #296891. Grayscale: #A5A5A5. Windows color (decimal): -2713746 or 7247830. OLE color: 7247830.

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

Color convert

RGB214151110-
CMYK00.290.490.16
HSL23.65º55.91%63.53%-
HSV(B)23.65º48.6%83.92%-
XYZ41.6137.5619.81-
YUV165.1696.87162.83-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.05%
GREEN value IS 151 (59.38% from 255) = 31.79%
BLUE value IS 110 (43.36% from 255) = 23.16%
R=45.05%
G=31.79%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415111000.290.490.1623.6555.9163.53
HexD6976E01D3110183840
Octal32622715603561203070100
Binary1101011010010111110111001110111000110000110001110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6976E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6976E; }

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

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

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

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

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

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

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

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