#DD9471

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

Shades of Feldspar #DD9471

Tints of Feldspar #DD9471

Color information

#DD9471 (or 0xDD9471) is unknown color: approx Feldspar. HEX triplet: DD, 94 and 71. RGB value is (221,148,113). Sum of RGB (Red+Green+Blue) = 221+148+113=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 148 (58.20% from 255 or 30.71% from 482); Blue value is 113 (44.53% from 255 or 23.44% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9471 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9471 is #226B8E. Grayscale: #A6A6A6. Windows color (decimal): -2255759 or 7443677. OLE color: 7443677.

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

Color convert

RGB221148113-
CMYK00.330.490.13
HSL19.44º61.36%65.49%-
HSV(B)19.44º48.87%86.67%-
XYZ43.3937.7420.62-
YUV165.8498.18167.35-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.85%
GREEN value IS 148 (58.20% from 255) = 30.71%
BLUE value IS 113 (44.53% from 255) = 23.44%
R=45.85%
G=30.71%
B=23.44%

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
Decimal22114811300.330.490.1319.4461.3665.49
HexDD947102131D133d41
Octal33522416104161152375101
Binary1101110110010100111000101000011100011101100111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9471; }

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

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

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

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

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

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

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

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