#DD9971

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

Shades of Feldspar #DD9971

Tints of Feldspar #DD9971

Color information

#DD9971 (or 0xDD9971) is unknown color: approx Feldspar. HEX triplet: DD, 99 and 71. RGB value is (221,153,113). Sum of RGB (Red+Green+Blue) = 221+153+113=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 153 (60.16% from 255 or 31.42% from 487); Blue value is 113 (44.53% from 255 or 23.20% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9971 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9971 is #22668E. Grayscale: #A9A9A9. Windows color (decimal): -2254479 or 7444957. OLE color: 7444957.

HSL color Cylindrical-coordinate representation of color #DD9971: hue angle of 22.22º 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 #DD9971 is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB221153113-
CMYK00.310.490.13
HSL22.22º61.36%65.49%-
HSV(B)22.22º48.87%86.67%-
XYZ44.1939.3520.89-
YUV168.7796.53165.25-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.38%
GREEN value IS 153 (60.16% from 255) = 31.42%
BLUE value IS 113 (44.53% from 255) = 23.20%
R=45.38%
G=31.42%
B=23.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115311300.310.490.1322.2261.3665.49
HexDD997101F31D163d41
Octal33523116103761152675101
Binary110111011001100111100010111111100011101101101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9971; }

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

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

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

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

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

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

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

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