#DCD74E

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

Shades of Manz #DCD74E

Tints of Manz #DCD74E

Color information

#DCD74E (or 0xDCD74E) is unknown color: approx Manz. HEX triplet: DC, D7 and 4E. RGB value is (220,215,78). Sum of RGB (Red+Green+Blue) = 220+215+78=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 215 (84.38% from 255 or 41.91% from 513); Blue value is 78 (30.86% from 255 or 15.20% from 513); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD74E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD74E is #2328B1. Grayscale: #C9C9C9. Windows color (decimal): -2304178 or 5167068. OLE color: 5167068.

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

Color convert

RGB22021578-
CMYK00.020.650.14
HSL57.89º66.98%58.43%-
HSV(B)57.89º64.55%86.27%-
XYZ55.1964.3716.72-
YUV200.8858.66141.64-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.88%
GREEN value IS 215 (84.38% from 255) = 41.91%
BLUE value IS 78 (30.86% from 255) = 15.20%
R=42.88%
G=41.91%
B=15.20%

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
Decimal2202157800.020.650.1457.8966.9858.43
HexDCD74E0241E3a433a
Octal33432711602101167210372
Binary11011100110101111001110010100000111101110101000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD74E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD74E; }

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

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

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

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

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

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

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

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