#DAD15D

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

Shades of Manz #DAD15D

Tints of Manz #DAD15D

Color information

#DAD15D (or 0xDAD15D) is unknown color: approx Manz. HEX triplet: DA, D1 and 5D. RGB value is (218,209,93). Sum of RGB (Red+Green+Blue) = 218+209+93=520 (68% of max value = 765). Red value is 218 (85.55% from 255 or 41.92% from 520); Green value is 209 (82.03% from 255 or 40.19% from 520); Blue value is 93 (36.72% from 255 or 17.88% from 520); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD15D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD15D is #252EA2. Grayscale: #C6C6C6. Windows color (decimal): -2436771 or 6148570. OLE color: 6148570.

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

Color convert

RGB21820993-
CMYK00.040.570.15
HSL55.68º62.81%60.98%-
HSV(B)55.68º57.34%85.49%-
XYZ53.6961.319.36-
YUV198.4768.48141.93-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.92%
GREEN value IS 209 (82.03% from 255) = 40.19%
BLUE value IS 93 (36.72% from 255) = 17.88%
R=41.92%
G=40.19%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2182099300.040.570.1555.6862.8160.98
HexDAD15D0439F383f3d
Octal332321135047117707775
Binary1101101011010001101110101001110011111111000111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD15D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD15D; }

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

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

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

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

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

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

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

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