#DD9571

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

Shades of Feldspar #DD9571

Tints of Feldspar #DD9571

Color information

#DD9571 (or 0xDD9571) is unknown color: approx Feldspar. HEX triplet: DD, 95 and 71. RGB value is (221,149,113). Sum of RGB (Red+Green+Blue) = 221+149+113=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 149 (58.59% from 255 or 30.85% from 483); Blue value is 113 (44.53% from 255 or 23.40% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9571 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9571 is #226A8E. Grayscale: #A6A6A6. Windows color (decimal): -2255503 or 7443933. OLE color: 7443933.

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

Color convert

RGB221149113-
CMYK00.330.490.13
HSL20º61.36%65.49%-
HSV(B)20º48.87%86.67%-
XYZ43.5538.0620.67-
YUV166.4297.85166.93-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.76%
GREEN value IS 149 (58.59% from 255) = 30.85%
BLUE value IS 113 (44.53% from 255) = 23.40%
R=45.76%
G=30.85%
B=23.40%

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
Decimal22114911300.330.490.132061.3665.49
HexDD957102131D143d41
Octal33522516104161152475101
Binary1101110110010101111000101000011100011101101001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9571; }

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

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

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

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

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

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

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

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