#DD9A76

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

Shades of Feldspar #DD9A76

Tints of Feldspar #DD9A76

Color information

#DD9A76 (or 0xDD9A76) is unknown color: approx Feldspar. HEX triplet: DD, 9A and 76. RGB value is (221,154,118). Sum of RGB (Red+Green+Blue) = 221+154+118=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 154 (60.55% from 255 or 31.24% from 493); Blue value is 118 (46.48% from 255 or 23.94% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9A76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9A76 is #226589. Grayscale: #AAAAAA. Windows color (decimal): -2254218 or 7772893. OLE color: 7772893.

HSL color Cylindrical-coordinate representation of color #DD9A76: hue angle of 20.97º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD9A76 is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB221154118-
CMYK00.300.470.13
HSL20.97º60.23%66.47%-
HSV(B)20.97º46.61%86.67%-
XYZ44.6439.7922.47-
YUV169.9398.7164.43-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.83%
GREEN value IS 154 (60.55% from 255) = 31.24%
BLUE value IS 118 (46.48% from 255) = 23.94%
R=44.83%
G=31.24%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115411800.300.470.1320.9760.2366.47
HexDD9A7601E2FD153c42
Octal33523216603657152574102
Binary110111011001101011101100111101011111101101011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9A76; }

 p { color: rgb(221,154,118); }

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

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

 a { background-color: rgb(221,154,118); }

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

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

 span { border-color: rgb(221,154,118); }

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