#DCDA48

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

Shades of Manz #DCDA48

Tints of Manz #DCDA48

Color information

#DCDA48 (or 0xDCDA48) is unknown color: approx Manz. HEX triplet: DC, DA and 48. RGB value is (220,218,72). Sum of RGB (Red+Green+Blue) = 220+218+72=510 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.14% from 510); Green value is 218 (85.55% from 255 or 42.75% from 510); Blue value is 72 (28.52% from 255 or 14.12% from 510); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDA48 is #2325B7. Grayscale: #CACACA. Windows color (decimal): -2303416 or 4774620. OLE color: 4774620.

HSL color Cylindrical-coordinate representation of color #DCDA48: hue angle of 59.19º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DCDA48 is Cyan = 0, Magento = 0.01, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB22021872-
CMYK00.010.670.14
HSL59.19º67.89%57.25%-
HSV(B)59.19º67.27%86.27%-
XYZ55.7665.8315.9-
YUV201.9554.66140.87-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.14%
GREEN value IS 218 (85.55% from 255) = 42.75%
BLUE value IS 72 (28.52% from 255) = 14.12%
R=43.14%
G=42.75%
B=14.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.67
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202187200.010.670.1459.1967.8957.25
HexDCDA480143E3b4439
Octal33433211001103167310471
Binary1101110011011010100100001100001111101110111000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDA48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDA48; }

 p { color: rgb(220,218,72); }

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

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

 a { background-color: rgb(220,218,72); }

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

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

 span { border-color: rgb(220,218,72); }

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