#DCD54D

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

Shades of Manz #DCD54D

Tints of Manz #DCD54D

Color information

#DCD54D (or 0xDCD54D) is unknown color: approx Manz. HEX triplet: DC, D5 and 4D. RGB value is (220,213,77). Sum of RGB (Red+Green+Blue) = 220+213+77=510 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.14% from 510); Green value is 213 (83.59% from 255 or 41.76% from 510); Blue value is 77 (30.47% from 255 or 15.10% from 510); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD54D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD54D is #232AB2. Grayscale: #C8C8C8. Windows color (decimal): -2304691 or 5101020. OLE color: 5101020.

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

Color convert

RGB22021377-
CMYK00.030.650.14
HSL57.06º67.14%58.24%-
HSV(B)57.06º65%86.27%-
XYZ54.6563.3416.37-
YUV199.5958.82142.56-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.14%
GREEN value IS 213 (83.59% from 255) = 41.76%
BLUE value IS 77 (30.47% from 255) = 15.10%
R=43.14%
G=41.76%
B=15.10%

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
Decimal2202137700.030.650.1457.0667.1458.24
HexDCD54D0341E39433a
Octal33432511503101167110372
Binary11011100110101011001101011100000111101110011000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD54D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD54D; }

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

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

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

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

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

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

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

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