#DAD260

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

Shades of Manz #DAD260

Tints of Manz #DAD260

Color information

#DAD260 (or 0xDAD260) is unknown color: approx Manz. HEX triplet: DA, D2 and 60. RGB value is (218,210,96). Sum of RGB (Red+Green+Blue) = 218+210+96=524 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.60% from 524); Green value is 210 (82.42% from 255 or 40.08% from 524); Blue value is 96 (37.89% from 255 or 18.32% from 524); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD260 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD260 is #252D9F. Grayscale: #C7C7C7. Windows color (decimal): -2436512 or 6345434. OLE color: 6345434.

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

Color convert

RGB21821096-
CMYK00.040.560.15
HSL56.07º62.24%61.57%-
HSV(B)56.07º55.96%85.49%-
XYZ54.0761.8420.15-
YUV199.469.65141.27-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.60%
GREEN value IS 210 (82.42% from 255) = 40.08%
BLUE value IS 96 (37.89% from 255) = 18.32%
R=41.60%
G=40.08%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2182109600.040.560.1556.0762.2461.57
HexDAD2600438F383e3e
Octal332322140047017707676
Binary1101101011010010110000001001110001111111000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD260; }

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

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

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

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

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

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

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

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