#D9936E

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

Shades of Feldspar #D9936E

Tints of Feldspar #D9936E

Color information

#D9936E (or 0xD9936E) is unknown color: approx Feldspar. HEX triplet: D9, 93 and 6E. RGB value is (217,147,110). Sum of RGB (Red+Green+Blue) = 217+147+110=474 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.78% from 474); Green value is 147 (57.81% from 255 or 31.01% from 474); Blue value is 110 (43.36% from 255 or 23.21% from 474); Max value from RGB is 217 - color contains mainly: red. Hex color #D9936E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9936E is #266C91. Grayscale: #A3A3A3. Windows color (decimal): -2518162 or 7246809. OLE color: 7246809.

HSL color Cylindrical-coordinate representation of color #D9936E: hue angle of 20.75º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D9936E is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB217147110-
CMYK00.320.490.15
HSL20.75º58.47%64.12%-
HSV(B)20.75º49.31%85.1%-
XYZ41.8636.7419.64-
YUV163.7197.69166.01-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.78%
GREEN value IS 147 (57.81% from 255) = 31.01%
BLUE value IS 110 (43.36% from 255) = 23.21%
R=45.78%
G=31.01%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714711000.320.490.1520.7558.4764.12
HexD9936E02031F153a40
Octal33122315604061172572100
Binary1101100110010011110111001000001100011111101011110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9936E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9936E; }

 p { color: rgb(217,147,110); }

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

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

 a { background-color: rgb(217,147,110); }

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

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

 span { border-color: rgb(217,147,110); }

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