#DAD556

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

Shades of Manz #DAD556

Tints of Manz #DAD556

Color information

#DAD556 (or 0xDAD556) is unknown color: approx Manz. HEX triplet: DA, D5 and 56. RGB value is (218,213,86). Sum of RGB (Red+Green+Blue) = 218+213+86=517 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.17% from 517); Green value is 213 (83.59% from 255 or 41.20% from 517); Blue value is 86 (33.98% from 255 or 16.63% from 517); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD556 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD556 is #252AA9. Grayscale: #C8C8C8. Windows color (decimal): -2435754 or 5690842. OLE color: 5690842.

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

Color convert

RGB21821386-
CMYK00.020.610.15
HSL57.73º64.08%59.61%-
HSV(B)57.73º60.55%85.49%-
XYZ54.3963.1718.13-
YUV200.0263.66140.83-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.17%
GREEN value IS 213 (83.59% from 255) = 41.20%
BLUE value IS 86 (33.98% from 255) = 16.63%
R=42.17%
G=41.20%
B=16.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2182138600.020.610.1557.7364.0859.61
HexDAD556023DF3a403c
Octal3323251260275177210074
Binary1101101011010101101011001011110111111110101000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD556; }

 p { color: rgb(218,213,86); }

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

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

 a { background-color: rgb(218,213,86); }

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

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

 span { border-color: rgb(218,213,86); }

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