#DD9371

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

Shades of Feldspar #DD9371

Tints of Feldspar #DD9371

Color information

#DD9371 (or 0xDD9371) is unknown color: approx Feldspar. HEX triplet: DD, 93 and 71. RGB value is (221,147,113). Sum of RGB (Red+Green+Blue) = 221+147+113=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 147 (57.81% from 255 or 30.56% from 481); Blue value is 113 (44.53% from 255 or 23.49% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9371 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9371 is #226C8E. Grayscale: #A5A5A5. Windows color (decimal): -2256015 or 7443421. OLE color: 7443421.

HSL color Cylindrical-coordinate representation of color #DD9371: hue angle of 18.89º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DD9371 is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB221147113-
CMYK00.330.490.13
HSL18.89º61.36%65.49%-
HSV(B)18.89º48.87%86.67%-
XYZ43.2337.4320.57-
YUV165.2598.52167.76-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.95%
GREEN value IS 147 (57.81% from 255) = 30.56%
BLUE value IS 113 (44.53% from 255) = 23.49%
R=45.95%
G=30.56%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114711300.330.490.1318.8961.3665.49
HexDD937102131D133d41
Octal33522316104161152375101
Binary1101110110010011111000101000011100011101100111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9371; }

 p { color: rgb(221,147,113); }

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

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

 a { background-color: rgb(221,147,113); }

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

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

 span { border-color: rgb(221,147,113); }

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