#DCD361

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

Shades of Manz #DCD361

Tints of Manz #DCD361

Color information

#DCD361 (or 0xDCD361) is unknown color: approx Manz. HEX triplet: DC, D3 and 61. RGB value is (220,211,97). Sum of RGB (Red+Green+Blue) = 220+211+97=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 211 (82.81% from 255 or 39.96% from 528); Blue value is 97 (38.28% from 255 or 18.37% from 528); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD361 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD361 is #232C9E. Grayscale: #C9C9C9. Windows color (decimal): -2305183 or 6411228. OLE color: 6411228.

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

Color convert

RGB22021197-
CMYK00.040.560.14
HSL55.61º63.73%62.16%-
HSV(B)55.61º55.91%86.27%-
XYZ54.9762.6720.51-
YUV200.769.48141.77-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.67%
GREEN value IS 211 (82.81% from 255) = 39.96%
BLUE value IS 97 (38.28% from 255) = 18.37%
R=41.67%
G=39.96%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202119700.040.560.1455.6163.7362.16
HexDCD3610438E38403e
Octal3343231410470167010076
Binary11011100110100111100001010011100011101110001000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD361; }

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

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

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

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

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

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

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

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