#DC9C70

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

Shades of Feldspar #DC9C70

Tints of Feldspar #DC9C70

Color information

#DC9C70 (or 0xDC9C70) is unknown color: approx Feldspar. HEX triplet: DC, 9C and 70. RGB value is (220,156,112). Sum of RGB (Red+Green+Blue) = 220+156+112=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 156 (61.33% from 255 or 31.97% from 488); Blue value is 112 (44.14% from 255 or 22.95% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9C70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9C70 is #23638F. Grayscale: #AAAAAA. Windows color (decimal): -2319248 or 7380188. OLE color: 7380188.

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

Color convert

RGB220156112-
CMYK00.290.490.14
HSL24.44º60.67%65.1%-
HSV(B)24.44º49.09%86.27%-
XYZ44.3340.1620.75-
YUV170.1295.2163.58-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.08%
GREEN value IS 156 (61.33% from 255) = 31.97%
BLUE value IS 112 (44.14% from 255) = 22.95%
R=45.08%
G=31.97%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.49
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015611200.290.490.1424.4460.6765.1
HexDC9C7001D31E183d41
Octal33423416003561163075101
Binary110111001001110011100000111011100011110110001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9C70; }

 p { color: rgb(220,156,112); }

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

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

 a { background-color: rgb(220,156,112); }

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

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

 span { border-color: rgb(220,156,112); }

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