#D3986D

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

Shades of Feldspar #D3986D

Tints of Feldspar #D3986D

Color information

#D3986D (or 0xD3986D) is unknown color: approx Feldspar. HEX triplet: D3, 98 and 6D. RGB value is (211,152,109). Sum of RGB (Red+Green+Blue) = 211+152+109=472 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.70% from 472); Green value is 152 (59.77% from 255 or 32.20% from 472); Blue value is 109 (42.97% from 255 or 23.09% from 472); Max value from RGB is 211 - color contains mainly: red. Hex color #D3986D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3986D is #2C6792. Grayscale: #A4A4A4. Windows color (decimal): -2910099 or 7182547. OLE color: 7182547.

HSL color Cylindrical-coordinate representation of color #D3986D: hue angle of 25.29º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D3986D is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.17.

Color convert

RGB211152109-
CMYK00.280.480.17
HSL25.29º53.68%62.75%-
HSV(B)25.29º48.34%82.75%-
XYZ40.8537.4119.54-
YUV164.7496.55161-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 44.70%
GREEN value IS 152 (59.77% from 255) = 32.20%
BLUE value IS 109 (42.97% from 255) = 23.09%
R=44.70%
G=32.20%
B=23.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.48
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21115210900.280.480.1725.2953.6862.75
HexD3986D01C301119363f
Octal3232301550346021316677
Binary110100111001100011011010111001100001000111001110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3986D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3986D; }

 p { color: rgb(211,152,109); }

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

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

 a { background-color: rgb(211,152,109); }

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

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

 span { border-color: rgb(211,152,109); }

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