#D7936D

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

Shades of Feldspar #D7936D

Tints of Feldspar #D7936D

Color information

#D7936D (or 0xD7936D) is unknown color: approx Feldspar. HEX triplet: D7, 93 and 6D. RGB value is (215,147,109). Sum of RGB (Red+Green+Blue) = 215+147+109=471 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.65% from 471); Green value is 147 (57.81% from 255 or 31.21% from 471); Blue value is 109 (42.97% from 255 or 23.14% from 471); Max value from RGB is 215 - color contains mainly: red. Hex color #D7936D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7936D is #286C92. Grayscale: #A3A3A3. Windows color (decimal): -2649235 or 7181271. OLE color: 7181271.

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

Color convert

RGB215147109-
CMYK00.320.490.16
HSL21.51º56.99%63.53%-
HSV(B)21.51º49.3%84.31%-
XYZ41.2236.4219.33-
YUV16397.53165.09-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 45.65%
GREEN value IS 147 (57.81% from 255) = 31.21%
BLUE value IS 109 (42.97% from 255) = 23.14%
R=45.65%
G=31.21%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514710900.320.490.1621.5156.9963.53
HexD7936D0203110163940
Octal32722315504061202671100
Binary11010111100100111101101010000011000110000101101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7936D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7936D; }

 p { color: rgb(215,147,109); }

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

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

 a { background-color: rgb(215,147,109); }

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

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

 span { border-color: rgb(215,147,109); }

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