#DAD159

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

Shades of Manz #DAD159

Tints of Manz #DAD159

Color information

#DAD159 (or 0xDAD159) is unknown color: approx Manz. HEX triplet: DA, D1 and 59. RGB value is (218,209,89). Sum of RGB (Red+Green+Blue) = 218+209+89=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 209 (82.03% from 255 or 40.50% from 516); Blue value is 89 (35.16% from 255 or 17.25% from 516); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD159 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD159 is #252EA6. Grayscale: #C6C6C6. Windows color (decimal): -2436775 or 5886426. OLE color: 5886426.

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

Color convert

RGB21820989-
CMYK00.040.590.15
HSL55.81º63.55%60.2%-
HSV(B)55.81º59.17%85.49%-
XYZ53.5261.2318.45-
YUV198.0166.48142.26-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.25%
GREEN value IS 209 (82.03% from 255) = 40.50%
BLUE value IS 89 (35.16% from 255) = 17.25%
R=42.25%
G=40.50%
B=17.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2182098900.040.590.1555.8163.5560.2
HexDAD159043BF38403c
Octal3323211310473177010074
Binary11011010110100011011001010011101111111110001000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD159; }

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

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

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

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

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

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

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

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