#DADA5D

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

Shades of Manz #DADA5D

Tints of Manz #DADA5D

Color information

#DADA5D (or 0xDADA5D) is unknown color: approx Manz. HEX triplet: DA, DA and 5D. RGB value is (218,218,93). Sum of RGB (Red+Green+Blue) = 218+218+93=529 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.21% from 529); Green value is 218 (85.55% from 255 or 41.21% from 529); Blue value is 93 (36.72% from 255 or 17.58% from 529); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADA5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADA5D is #2525A2. Grayscale: #CCCCCC. Windows color (decimal): -2434467 or 6150874. OLE color: 6150874.

HSL color Cylindrical-coordinate representation of color #DADA5D: hue angle of 60º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DADA5D is Cyan = 0, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB21821893-
CMYK000.570.15
HSL60º62.81%60.98%-
HSV(B)60º57.34%85.49%-
XYZ55.9665.8420.11-
YUV203.7565.5138.16-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.21%
GREEN value IS 218 (85.55% from 255) = 41.21%
BLUE value IS 93 (36.72% from 255) = 17.58%
R=41.21%
G=41.21%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821893000.570.156062.8160.98
HexDADA5D0039F3c3f3d
Octal332332135007117747775
Binary11011010110110101011101001110011111111100111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADA5D; }

 p { color: rgb(218,218,93); }

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

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

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

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

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

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

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