#DC9871

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

Shades of Feldspar #DC9871

Tints of Feldspar #DC9871

Color information

#DC9871 (or 0xDC9871) is unknown color: approx Feldspar. HEX triplet: DC, 98 and 71. RGB value is (220,152,113). Sum of RGB (Red+Green+Blue) = 220+152+113=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 152 (59.77% from 255 or 31.34% from 485); Blue value is 113 (44.53% from 255 or 23.30% from 485); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9871 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9871 is #23678E. Grayscale: #A8A8A8. Windows color (decimal): -2320271 or 7444700. OLE color: 7444700.

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

Color convert

RGB220152113-
CMYK00.310.490.14
HSL21.87º60.45%65.29%-
HSV(B)21.87º48.64%86.27%-
XYZ43.7238.8620.82-
YUV167.8997.03165.17-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.36%
GREEN value IS 152 (59.77% from 255) = 31.34%
BLUE value IS 113 (44.53% from 255) = 23.30%
R=45.36%
G=31.34%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.49
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015211300.310.490.1421.8760.4565.29
HexDC987101F31E163c41
Octal33423016103761162674101
Binary110111001001100011100010111111100011110101101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9871; }

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

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

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

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

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

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

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

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