#DAD261

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

Shades of Manz #DAD261

Tints of Manz #DAD261

Color information

#DAD261 (or 0xDAD261) is unknown color: approx Manz. HEX triplet: DA, D2 and 61. RGB value is (218,210,97). Sum of RGB (Red+Green+Blue) = 218+210+97=525 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.52% from 525); Green value is 210 (82.42% from 255 or 40% from 525); Blue value is 97 (38.28% from 255 or 18.48% from 525); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD261 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD261 is #252D9E. Grayscale: #C7C7C7. Windows color (decimal): -2436511 or 6410970. OLE color: 6410970.

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

Color convert

RGB21821097-
CMYK00.040.560.15
HSL56.03º62.05%61.76%-
HSV(B)56.03º55.5%85.49%-
XYZ54.1261.8620.4-
YUV199.5170.15141.19-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.52%
GREEN value IS 210 (82.42% from 255) = 40%
BLUE value IS 97 (38.28% from 255) = 18.48%
R=41.52%
G=40%
B=18.48%

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
Decimal2182109700.040.560.1556.0362.0561.76
HexDAD2610438F383e3e
Octal332322141047017707676
Binary1101101011010010110000101001110001111111000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD261; }

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

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

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

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

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

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

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

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