#DCD84E

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

Shades of Manz #DCD84E

Tints of Manz #DCD84E

Color information

#DCD84E (or 0xDCD84E) is unknown color: approx Manz. HEX triplet: DC, D8 and 4E. RGB value is (220,216,78). Sum of RGB (Red+Green+Blue) = 220+216+78=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 216 (84.77% from 255 or 42.02% from 514); Blue value is 78 (30.86% from 255 or 15.18% from 514); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD84E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD84E is #2327B1. Grayscale: #CACACA. Windows color (decimal): -2303922 or 5167324. OLE color: 5167324.

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

Color convert

RGB22021678-
CMYK00.020.650.14
HSL58.31º66.98%58.43%-
HSV(B)58.31º64.55%86.27%-
XYZ55.4564.8816.81-
YUV201.4658.33141.22-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.80%
GREEN value IS 216 (84.77% from 255) = 42.02%
BLUE value IS 78 (30.86% from 255) = 15.18%
R=42.80%
G=42.02%
B=15.18%

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
Decimal2202167800.020.650.1458.3166.9858.43
HexDCD84E0241E3a433a
Octal33433011602101167210372
Binary11011100110110001001110010100000111101110101000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD84E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD84E; }

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

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

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

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

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

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

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

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