#DCD65D

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

Shades of Manz #DCD65D

Tints of Manz #DCD65D

Color information

#DCD65D (or 0xDCD65D) is unknown color: approx Manz. HEX triplet: DC, D6 and 5D. RGB value is (220,214,93). Sum of RGB (Red+Green+Blue) = 220+214+93=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 214 (83.98% from 255 or 40.61% from 527); Blue value is 93 (36.72% from 255 or 17.65% from 527); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD65D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD65D is #2329A2. Grayscale: #CACACA. Windows color (decimal): -2304419 or 6149852. OLE color: 6149852.

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

Color convert

RGB22021493-
CMYK00.030.580.14
HSL57.17º64.47%61.37%-
HSV(B)57.17º57.73%86.27%-
XYZ55.5464.119.8-
YUV20266.49140.84-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.75%
GREEN value IS 214 (83.98% from 255) = 40.61%
BLUE value IS 93 (36.72% from 255) = 17.65%
R=41.75%
G=40.61%
B=17.65%

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
Decimal2202149300.030.580.1457.1764.4761.37
HexDCD65D033AE39403d
Octal3343261350372167110075
Binary1101110011010110101110101111101011101110011000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD65D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD65D; }

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

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

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

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

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

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

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

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