#DCD058

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

Shades of Manz #DCD058

Tints of Manz #DCD058

Color information

#DCD058 (or 0xDCD058) is unknown color: approx Manz. HEX triplet: DC, D0 and 58. RGB value is (220,208,88). Sum of RGB (Red+Green+Blue) = 220+208+88=516 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.64% from 516); Green value is 208 (81.64% from 255 or 40.31% from 516); Blue value is 88 (34.77% from 255 or 17.05% from 516); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD058 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD058 is #232FA7. Grayscale: #C6C6C6. Windows color (decimal): -2305960 or 5820636. OLE color: 5820636.

HSL color Cylindrical-coordinate representation of color #DCD058: hue angle of 54.55º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DCD058 is Cyan = 0, Magento = 0.05, Yellow = 0.6 and Black (K on CMYK) = 0.14.

Color convert

RGB22020888-
CMYK00.050.60.14
HSL54.55º65.35%60.39%-
HSV(B)54.55º60%86.27%-
XYZ53.8361.0318.18-
YUV197.9165.98143.76-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.64%
GREEN value IS 208 (81.64% from 255) = 40.31%
BLUE value IS 88 (34.77% from 255) = 17.05%
R=42.64%
G=40.31%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.6
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202088800.050.60.1454.5565.3560.39
HexDCD058053CE37413c
Octal3343201300574166710174
Binary11011100110100001011000010111110011101101111000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD058; }

 p { color: rgb(220,208,88); }

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

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

 a { background-color: rgb(220,208,88); }

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

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

 span { border-color: rgb(220,208,88); }

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