#DAD459

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

Shades of Manz #DAD459

Tints of Manz #DAD459

Color information

#DAD459 (or 0xDAD459) is unknown color: approx Manz. HEX triplet: DA, D4 and 59. RGB value is (218,212,89). Sum of RGB (Red+Green+Blue) = 218+212+89=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 212 (83.20% from 255 or 40.85% from 519); Blue value is 89 (35.16% from 255 or 17.15% from 519); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD459 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD459 is #252BA6. Grayscale: #C8C8C8. Windows color (decimal): -2436007 or 5887194. OLE color: 5887194.

HSL color Cylindrical-coordinate representation of color #DAD459: hue angle of 57.21º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DAD459 is Cyan = 0, Magento = 0.03, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB21821289-
CMYK00.030.590.15
HSL57.21º63.55%60.2%-
HSV(B)57.21º59.17%85.49%-
XYZ54.2662.7118.7-
YUV199.7765.49141-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.00%
GREEN value IS 212 (83.20% from 255) = 40.85%
BLUE value IS 89 (35.16% from 255) = 17.15%
R=42.00%
G=40.85%
B=17.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2182128900.030.590.1557.2163.5560.2
HexDAD459033BF39403c
Octal3323241310373177110074
Binary1101101011010100101100101111101111111110011000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD459; }

 p { color: rgb(218,212,89); }

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

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

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

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

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

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

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