#dcd256

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

Shades of Manz #DCD256

Tints of Manz #DCD256

Color information

#DCD256 (or 0xDCD256) is unknown color: approx Manz. HEX triplet: DC, D2 and 56. RGB value is (220,210,86). Sum of RGB (Red+Green+Blue) = 220+210+86=516 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.64% from 516); Green value is 210 (82.42% from 255 or 40.70% from 516); Blue value is 86 (33.98% from 255 or 16.67% from 516); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD256 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD256 is #232DA9. Grayscale: #C7C7C7. Windows color (decimal): -2305450 or 5690076. OLE color: 5690076.

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

Color convert

RGB22021086-
CMYK00.050.610.14
HSL55.52º65.69%60%-
HSV(B)55.52º60.91%86.27%-
XYZ54.2461.9817.91-
YUV198.8564.31143.08-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.64%
GREEN value IS 210 (82.42% from 255) = 40.70%
BLUE value IS 86 (33.98% from 255) = 16.67%
R=42.64%
G=40.70%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.61
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202108600.050.610.1455.5265.6960
HexDCD256053DE38423c
Octal3343221260575167010274
Binary11011100110100101010110010111110111101110001000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dcd256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dcd256; }

 p { color: rgb(220,210,86); }

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

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

 a { background-color: rgb(220,210,86); }

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

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

 span { border-color: rgb(220,210,86); }

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