#D3906E

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

Shades of Feldspar #D3906E

Tints of Feldspar #D3906E

Color information

#D3906E (or 0xD3906E) is unknown color: approx Feldspar. HEX triplet: D3, 90 and 6E. RGB value is (211,144,110). Sum of RGB (Red+Green+Blue) = 211+144+110=465 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.38% from 465); Green value is 144 (56.64% from 255 or 30.97% from 465); Blue value is 110 (43.36% from 255 or 23.66% from 465); Max value from RGB is 211 - color contains mainly: red. Hex color #D3906E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3906E is #2C6F91. Grayscale: #A0A0A0. Windows color (decimal): -2912146 or 7246035. OLE color: 7246035.

HSL color Cylindrical-coordinate representation of color #D3906E: hue angle of 20.2º degrees, saturation: 0.53, 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 #D3906E is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.17.

Color convert

RGB211144110-
CMYK00.320.480.17
HSL20.2º53.44%62.94%-
HSV(B)20.2º47.87%82.75%-
XYZ39.6534.9219.4-
YUV160.1699.7164.26-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 45.38%
GREEN value IS 144 (56.64% from 255) = 30.97%
BLUE value IS 110 (43.36% from 255) = 23.66%
R=45.38%
G=30.97%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.48
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21114411000.320.480.1720.253.4462.94
HexD3906E020301114353f
Octal3232201560406021246577
Binary1101001110010000110111001000001100001000110100110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3906E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3906E; }

 p { color: rgb(211,144,110); }

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

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

 a { background-color: rgb(211,144,110); }

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

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

 span { border-color: rgb(211,144,110); }

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