#DADC49

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

Shades of Manz #DADC49

Tints of Manz #DADC49

Color information

#DADC49 (or 0xDADC49) is unknown color: approx Manz. HEX triplet: DA, DC and 49. RGB value is (218,220,73). Sum of RGB (Red+Green+Blue) = 218+220+73=511 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.66% from 511); Green value is 220 (86.33% from 255 or 43.05% from 511); Blue value is 73 (28.91% from 255 or 14.29% from 511); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADC49 is #2523B6. Grayscale: #CBCBCB. Windows color (decimal): -2433975 or 4840666. OLE color: 4840666.

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

Color convert

RGB21822073-
CMYK0.0100.670.14
HSL60.82º67.74%57.45%-
HSV(B)60.82º66.82%86.27%-
XYZ55.7166.5716.22-
YUV202.6454.84138.95-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.66%
GREEN value IS 220 (86.33% from 255) = 43.05%
BLUE value IS 73 (28.91% from 255) = 14.29%
R=42.66%
G=43.05%
B=14.29%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal218220730.0100.670.1460.8267.7457.45
HexDADC491043E3d4439
Octal33233411110103167510471
Binary1101101011011100100100110100001111101111011000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADC49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADC49; }

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

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

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

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

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

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

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

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