#DCD560

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

Shades of Manz #DCD560

Tints of Manz #DCD560

Color information

#DCD560 (or 0xDCD560) is unknown color: approx Manz. HEX triplet: DC, D5 and 60. RGB value is (220,213,96). Sum of RGB (Red+Green+Blue) = 220+213+96=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 213 (83.59% from 255 or 40.26% from 529); Blue value is 96 (37.89% from 255 or 18.15% from 529); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD560 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD560 is #232A9F. Grayscale: #CACACA. Windows color (decimal): -2304672 or 6346204. OLE color: 6346204.

HSL color Cylindrical-coordinate representation of color #DCD560: hue angle of 56.61º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DCD560 is Cyan = 0, Magento = 0.03, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB22021396-
CMYK00.030.560.14
HSL56.61º63.92%61.96%-
HSV(B)56.61º56.36%86.27%-
XYZ55.4263.6520.43-
YUV201.7568.32141.01-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.59%
GREEN value IS 213 (83.59% from 255) = 40.26%
BLUE value IS 96 (37.89% from 255) = 18.15%
R=41.59%
G=40.26%
B=18.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202139600.030.560.1456.6163.9261.96
HexDCD5600338E39403e
Octal3343251400370167110076
Binary1101110011010101110000001111100011101110011000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD560; }

 p { color: rgb(220,213,96); }

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

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

 a { background-color: rgb(220,213,96); }

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

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

 span { border-color: rgb(220,213,96); }

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