#DCD64E

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

Shades of Manz #DCD64E

Tints of Manz #DCD64E

Color information

#DCD64E (or 0xDCD64E) is unknown color: approx Manz. HEX triplet: DC, D6 and 4E. RGB value is (220,214,78). Sum of RGB (Red+Green+Blue) = 220+214+78=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 214 (83.98% from 255 or 41.80% from 512); Blue value is 78 (30.86% from 255 or 15.23% from 512); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD64E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD64E is #2329B1. Grayscale: #C8C8C8. Windows color (decimal): -2304434 or 5166812. OLE color: 5166812.

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

Color convert

RGB22021478-
CMYK00.030.650.14
HSL57.46º66.98%58.43%-
HSV(B)57.46º64.55%86.27%-
XYZ54.9463.8616.64-
YUV200.2958.99142.06-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.97%
GREEN value IS 214 (83.98% from 255) = 41.80%
BLUE value IS 78 (30.86% from 255) = 15.23%
R=42.97%
G=41.80%
B=15.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.65
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202147800.030.650.1457.4666.9858.43
HexDCD64E0341E39433a
Octal33432611603101167110372
Binary11011100110101101001110011100000111101110011000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD64E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD64E; }

 p { color: rgb(220,214,78); }

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

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

 a { background-color: rgb(220,214,78); }

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

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

 span { border-color: rgb(220,214,78); }

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