#DD9977

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

Shades of Feldspar #DD9977

Tints of Feldspar #DD9977

Color information

#DD9977 (or 0xDD9977) is unknown color: approx Feldspar. HEX triplet: DD, 99 and 77. RGB value is (221,153,119). Sum of RGB (Red+Green+Blue) = 221+153+119=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 153 (60.16% from 255 or 31.03% from 493); Blue value is 119 (46.88% from 255 or 24.14% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9977 is #226688. Grayscale: #A9A9A9. Windows color (decimal): -2254473 or 7838173. OLE color: 7838173.

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

Color convert

RGB221153119-
CMYK00.310.460.13
HSL20º60%66.67%-
HSV(B)20º46.15%86.67%-
XYZ44.5439.4922.73-
YUV169.4699.53164.76-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.83%
GREEN value IS 153 (60.16% from 255) = 31.03%
BLUE value IS 119 (46.88% from 255) = 24.14%
R=44.83%
G=31.03%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115311900.310.460.13206066.67
HexDD997701F2ED143c43
Octal33523116703756152474103
Binary110111011001100111101110111111011101101101001111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9977; }

 p { color: rgb(221,153,119); }

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

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

 a { background-color: rgb(221,153,119); }

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

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

 span { border-color: rgb(221,153,119); }

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