#DC9471

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

Shades of Feldspar #DC9471

Tints of Feldspar #DC9471

Color information

#DC9471 (or 0xDC9471) is unknown color: approx Feldspar. HEX triplet: DC, 94 and 71. RGB value is (220,148,113). Sum of RGB (Red+Green+Blue) = 220+148+113=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 148 (58.20% from 255 or 30.77% from 481); Blue value is 113 (44.53% from 255 or 23.49% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9471 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9471 is #236B8E. Grayscale: #A5A5A5. Windows color (decimal): -2321295 or 7443676. OLE color: 7443676.

HSL color Cylindrical-coordinate representation of color #DC9471: hue angle of 19.63º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DC9471 is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB220148113-
CMYK00.330.490.14
HSL19.63º60.45%65.29%-
HSV(B)19.63º48.64%86.27%-
XYZ43.0937.5920.61-
YUV165.5498.35166.85-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.74%
GREEN value IS 148 (58.20% from 255) = 30.77%
BLUE value IS 113 (44.53% from 255) = 23.49%
R=45.74%
G=30.77%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.49
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014811300.330.490.1419.6360.4565.29
HexDC947102131E143c41
Octal33422416104161162474101
Binary1101110010010100111000101000011100011110101001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9471; }

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

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

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

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

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

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

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

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