#DCD74D

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

Shades of Manz #DCD74D

Tints of Manz #DCD74D

Color information

#DCD74D (or 0xDCD74D) is unknown color: approx Manz. HEX triplet: DC, D7 and 4D. RGB value is (220,215,77). Sum of RGB (Red+Green+Blue) = 220+215+77=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 215 (84.38% from 255 or 41.99% from 512); Blue value is 77 (30.47% from 255 or 15.04% from 512); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD74D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD74D is #2328B2. Grayscale: #C9C9C9. Windows color (decimal): -2304179 or 5101532. OLE color: 5101532.

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

Color convert

RGB22021577-
CMYK00.020.650.14
HSL57.9º67.14%58.24%-
HSV(B)57.9º65%86.27%-
XYZ55.1664.3516.54-
YUV200.7658.16141.72-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.97%
GREEN value IS 215 (84.38% from 255) = 41.99%
BLUE value IS 77 (30.47% from 255) = 15.04%
R=42.97%
G=41.99%
B=15.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.65
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202157700.020.650.1457.967.1458.24
HexDCD74D0241E3a433a
Octal33432711502101167210372
Binary11011100110101111001101010100000111101110101000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD74D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD74D; }

 p { color: rgb(220,215,77); }

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

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

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

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

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

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

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