#DF9571

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

Shades of Feldspar #DF9571

Tints of Feldspar #DF9571

Color information

#DF9571 (or 0xDF9571) is unknown color: approx Feldspar. HEX triplet: DF, 95 and 71. RGB value is (223,149,113). Sum of RGB (Red+Green+Blue) = 223+149+113=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 149 (58.59% from 255 or 30.72% from 485); Blue value is 113 (44.53% from 255 or 23.30% from 485); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9571 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9571 is #206A8E. Grayscale: #A7A7A7. Windows color (decimal): -2124431 or 7443935. OLE color: 7443935.

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

Color convert

RGB223149113-
CMYK00.330.490.13
HSL19.64º63.22%65.88%-
HSV(B)19.64º49.33%87.45%-
XYZ44.1638.3820.7-
YUV167.0297.52167.93-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.98%
GREEN value IS 149 (58.59% from 255) = 30.72%
BLUE value IS 113 (44.53% from 255) = 23.30%
R=45.98%
G=30.72%
B=23.30%

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
Decimal22314911300.330.490.1319.6463.2265.88
HexDF957102131D143f42
Octal33722516104161152477102
Binary1101111110010101111000101000011100011101101001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9571; }

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

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

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

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

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

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

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

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