#DCDC4F

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

Shades of Manz #DCDC4F

Tints of Manz #DCDC4F

Color information

#DCDC4F (or 0xDCDC4F) is unknown color: approx Manz. HEX triplet: DC, DC and 4F. RGB value is (220,220,79). Sum of RGB (Red+Green+Blue) = 220+220+79=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 220 (86.33% from 255 or 42.39% from 519); Blue value is 79 (31.25% from 255 or 15.22% from 519); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDC4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDC4F is #2323B0. Grayscale: #CCCCCC. Windows color (decimal): -2302897 or 5233884. OLE color: 5233884.

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

Color convert

RGB22022079-
CMYK000.640.14
HSL60º66.82%58.63%-
HSV(B)60º64.09%86.27%-
XYZ56.5266.9717.34-
YUV203.9357.5139.46-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.39%
GREEN value IS 220 (86.33% from 255) = 42.39%
BLUE value IS 79 (31.25% from 255) = 15.22%
R=42.39%
G=42.39%
B=15.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22022079000.640.146066.8258.63
HexDCDC4F0040E3c433b
Octal33433411700100167410373
Binary1101110011011100100111100100000011101111001000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDC4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDC4F; }

 p { color: rgb(220,220,79); }

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

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

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

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

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

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

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