#DAD960

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

Shades of Manz #DAD960

Tints of Manz #DAD960

Color information

#DAD960 (or 0xDAD960) is unknown color: approx Manz. HEX triplet: DA, D9 and 60. RGB value is (218,217,96). Sum of RGB (Red+Green+Blue) = 218+217+96=531 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.05% from 531); Green value is 217 (85.16% from 255 or 40.87% from 531); Blue value is 96 (37.89% from 255 or 18.08% from 531); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD960 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD960 is #25269F. Grayscale: #CBCBCB. Windows color (decimal): -2434720 or 6347226. OLE color: 6347226.

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

Color convert

RGB21821796-
CMYK00.000.560.15
HSL59.51º62.24%61.57%-
HSV(B)59.51º55.96%85.49%-
XYZ55.8465.3820.74-
YUV203.567.33138.34-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.05%
GREEN value IS 217 (85.16% from 255) = 40.87%
BLUE value IS 96 (37.89% from 255) = 18.08%
R=41.05%
G=40.87%
B=18.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2182179600.000.560.1559.5162.2461.57
HexDAD9600038F3c3e3e
Octal332331140007017747676
Binary11011010110110011100000001110001111111100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD960; }

 p { color: rgb(218,217,96); }

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

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

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

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

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

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

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