#D6996E

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

Shades of Feldspar #D6996E

Tints of Feldspar #D6996E

Color information

#D6996E (or 0xD6996E) is unknown color: approx Feldspar. HEX triplet: D6, 99 and 6E. RGB value is (214,153,110). Sum of RGB (Red+Green+Blue) = 214+153+110=477 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.86% from 477); Green value is 153 (60.16% from 255 or 32.08% from 477); Blue value is 110 (43.36% from 255 or 23.06% from 477); Max value from RGB is 214 - color contains mainly: red. Hex color #D6996E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6996E is #296691. Grayscale: #A6A6A6. Windows color (decimal): -2713234 or 7248342. OLE color: 7248342.

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

Color convert

RGB214153110-
CMYK00.290.490.16
HSL24.81º55.91%63.53%-
HSV(B)24.81º48.6%83.92%-
XYZ41.9438.219.92-
YUV166.3496.21162-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.86%
GREEN value IS 153 (60.16% from 255) = 32.08%
BLUE value IS 110 (43.36% from 255) = 23.06%
R=44.86%
G=32.08%
B=23.06%

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
Decimal21415311000.290.490.1624.8155.9163.53
HexD6996E01D3110193840
Octal32623115603561203170100
Binary1101011010011001110111001110111000110000110011110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6996E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6996E; }

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

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

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

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

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

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

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

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