#dcd761

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

Shades of Manz #DCD761

Tints of Manz #DCD761

Color information

#DCD761 (or 0xDCD761) is unknown color: approx Manz. HEX triplet: DC, D7 and 61. RGB value is (220,215,97). Sum of RGB (Red+Green+Blue) = 220+215+97=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 215 (84.38% from 255 or 40.41% from 532); Blue value is 97 (38.28% from 255 or 18.23% from 532); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD761 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD761 is #23289E. Grayscale: #CBCBCB. Windows color (decimal): -2304159 or 6412252. OLE color: 6412252.

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

Color convert

RGB22021597-
CMYK00.020.560.14
HSL57.56º63.73%62.16%-
HSV(B)57.56º55.91%86.27%-
XYZ55.9764.6820.84-
YUV203.0468.16140.09-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.35%
GREEN value IS 215 (84.38% from 255) = 40.41%
BLUE value IS 97 (38.28% from 255) = 18.23%
R=41.35%
G=40.41%
B=18.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202159700.020.560.1457.5663.7362.16
HexDCD7610238E3a403e
Octal3343271410270167210076
Binary1101110011010111110000101011100011101110101000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dcd761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dcd761; }

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

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

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

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

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

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

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

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