#DAD85D

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

Shades of Manz #DAD85D

Tints of Manz #DAD85D

Color information

#DAD85D (or 0xDAD85D) is unknown color: approx Manz. HEX triplet: DA, D8 and 5D. RGB value is (218,216,93). Sum of RGB (Red+Green+Blue) = 218+216+93=527 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.37% from 527); Green value is 216 (84.77% from 255 or 40.99% from 527); Blue value is 93 (36.72% from 255 or 17.65% from 527); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD85D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD85D is #2527A2. Grayscale: #CBCBCB. Windows color (decimal): -2434979 or 6150362. OLE color: 6150362.

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

Color convert

RGB21821693-
CMYK00.010.570.15
HSL59.04º62.81%60.98%-
HSV(B)59.04º57.34%85.49%-
XYZ55.4564.8119.94-
YUV202.5866.16139-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.37%
GREEN value IS 216 (84.77% from 255) = 40.99%
BLUE value IS 93 (36.72% from 255) = 17.65%
R=41.37%
G=40.99%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2182169300.010.570.1559.0462.8160.98
HexDAD85D0139F3b3f3d
Octal332330135017117737775
Binary11011010110110001011101011110011111111011111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD85D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD85D; }

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

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

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

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

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

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

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

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