#DC956F

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

Shades of Feldspar #DC956F

Tints of Feldspar #DC956F

Color information

#DC956F (or 0xDC956F) is unknown color: approx Feldspar. HEX triplet: DC, 95 and 6F. RGB value is (220,149,111). Sum of RGB (Red+Green+Blue) = 220+149+111=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 149 (58.59% from 255 or 31.04% from 480); Blue value is 111 (43.75% from 255 or 23.12% from 480); Max value from RGB is 220 - color contains mainly: red. Hex color #DC956F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC956F is #236A90. Grayscale: #A6A6A6. Windows color (decimal): -2321041 or 7312860. OLE color: 7312860.

HSL color Cylindrical-coordinate representation of color #DC956F: hue angle of 20.92º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC956F is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB220149111-
CMYK00.320.500.14
HSL20.92º60.89%64.9%-
HSV(B)20.92º49.55%86.27%-
XYZ43.1337.8620.07-
YUV165.997.02166.59-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.83%
GREEN value IS 149 (58.59% from 255) = 31.04%
BLUE value IS 111 (43.75% from 255) = 23.12%
R=45.83%
G=31.04%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014911100.320.500.1420.9260.8964.9
HexDC956F02032E153d41
Octal33422515704062162575101
Binary1101110010010101110111101000001100101110101011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC956F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC956F; }

 p { color: rgb(220,149,111); }

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

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

 a { background-color: rgb(220,149,111); }

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

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

 span { border-color: rgb(220,149,111); }

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