#DCD55D

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

Shades of Manz #DCD55D

Tints of Manz #DCD55D

Color information

#DCD55D (or 0xDCD55D) is unknown color: approx Manz. HEX triplet: DC, D5 and 5D. RGB value is (220,213,93). Sum of RGB (Red+Green+Blue) = 220+213+93=526 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.83% from 526); Green value is 213 (83.59% from 255 or 40.49% from 526); Blue value is 93 (36.72% from 255 or 17.68% from 526); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD55D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD55D is #232AA2. Grayscale: #C9C9C9. Windows color (decimal): -2304675 or 6149596. OLE color: 6149596.

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

Color convert

RGB22021393-
CMYK00.030.580.14
HSL56.69º64.47%61.37%-
HSV(B)56.69º57.73%86.27%-
XYZ55.2963.5919.72-
YUV201.4166.82141.26-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.83%
GREEN value IS 213 (83.59% from 255) = 40.49%
BLUE value IS 93 (36.72% from 255) = 17.68%
R=41.83%
G=40.49%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.58
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202139300.030.580.1456.6964.4761.37
HexDCD55D033AE39403d
Octal3343251350372167110075
Binary1101110011010101101110101111101011101110011000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD55D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD55D; }

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

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

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

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

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

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

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

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