#DCDB52

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

Shades of Manz #DCDB52

Tints of Manz #DCDB52

Color information

#DCDB52 (or 0xDCDB52) is unknown color: approx Manz. HEX triplet: DC, DB and 52. RGB value is (220,219,82). Sum of RGB (Red+Green+Blue) = 220+219+82=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 219 (85.94% from 255 or 42.03% from 521); Blue value is 82 (32.42% from 255 or 15.74% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDB52 is #2324AD. Grayscale: #CCCCCC. Windows color (decimal): -2303150 or 5430236. OLE color: 5430236.

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

Color convert

RGB22021982-
CMYK00.000.630.14
HSL59.57º66.35%59.22%-
HSV(B)59.57º62.73%86.27%-
XYZ56.3766.4917.85-
YUV203.6859.33139.64-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.23%
GREEN value IS 219 (85.94% from 255) = 42.03%
BLUE value IS 82 (32.42% from 255) = 15.74%
R=42.23%
G=42.03%
B=15.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.63
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202198200.000.630.1459.5766.3559.22
HexDCDB52003FE3c423b
Octal3343331220077167410273
Binary110111001101101110100100011111111101111001000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDB52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDB52; }

 p { color: rgb(220,219,82); }

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

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

 a { background-color: rgb(220,219,82); }

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

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

 span { border-color: rgb(220,219,82); }

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