#DCD64C

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

Shades of Manz #DCD64C

Tints of Manz #DCD64C

Color information

#DCD64C (or 0xDCD64C) is unknown color: approx Manz. HEX triplet: DC, D6 and 4C. RGB value is (220,214,76). Sum of RGB (Red+Green+Blue) = 220+214+76=510 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.14% from 510); Green value is 214 (83.98% from 255 or 41.96% from 510); Blue value is 76 (30.08% from 255 or 14.90% from 510); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD64C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD64C is #2329B3. Grayscale: #C8C8C8. Windows color (decimal): -2304436 or 5035740. OLE color: 5035740.

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

Color convert

RGB22021476-
CMYK00.030.650.14
HSL57.5º67.29%58.04%-
HSV(B)57.5º65.45%86.27%-
XYZ54.8763.8316.27-
YUV200.0657.99142.22-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.14%
GREEN value IS 214 (83.98% from 255) = 41.96%
BLUE value IS 76 (30.08% from 255) = 14.90%
R=43.14%
G=41.96%
B=14.90%

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
Decimal2202147600.030.650.1457.567.2958.04
HexDCD64C0341E3a433a
Octal33432611403101167210372
Binary11011100110101101001100011100000111101110101000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD64C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD64C; }

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

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

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

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

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

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

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

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