#D39373

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

Shades of Feldspar #D39373

Tints of Feldspar #D39373

Color information

#D39373 (or 0xD39373) is unknown color: approx Feldspar. HEX triplet: D3, 93 and 73. RGB value is (211,147,115). Sum of RGB (Red+Green+Blue) = 211+147+115=473 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.61% from 473); Green value is 147 (57.81% from 255 or 31.08% from 473); Blue value is 115 (45.31% from 255 or 24.31% from 473); Max value from RGB is 211 - color contains mainly: red. Hex color #D39373 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D39373 is #2C6C8C. Grayscale: #A2A2A2. Windows color (decimal): -2911373 or 7574483. OLE color: 7574483.

HSL color Cylindrical-coordinate representation of color #D39373: hue angle of 20º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D39373 is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB211147115-
CMYK00.300.450.17
HSL20º52.17%63.92%-
HSV(B)20º45.5%82.75%-
XYZ40.3935.9521.03-
YUV162.49101.2162.6-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 44.61%
GREEN value IS 147 (57.81% from 255) = 31.08%
BLUE value IS 115 (45.31% from 255) = 24.31%
R=44.61%
G=31.08%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.45
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21114711500.300.450.172052.1763.92
HexD3937301E2D11143440
Octal32322316303655212464100
Binary1101001110010011111001101111010110110001101001101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39373; }

 p { color: rgb(211,147,115); }

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

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

 a { background-color: rgb(211,147,115); }

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

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

 span { border-color: rgb(211,147,115); }

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