#dae64a

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

Shades of Manz #DAE64A

Tints of Manz #DAE64A

Color information

#DAE64A (or 0xDAE64A) is unknown color: approx Manz. HEX triplet: DA, E6 and 4A. RGB value is (218,230,74). Sum of RGB (Red+Green+Blue) = 218+230+74=522 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.76% from 522); Green value is 230 (90.23% from 255 or 44.06% from 522); Blue value is 74 (29.30% from 255 or 14.18% from 522); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE64A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAE64A is #2519B5. Grayscale: #D1D1D1. Windows color (decimal): -2431414 or 4908762. OLE color: 4908762.

HSL color Cylindrical-coordinate representation of color #DAE64A: hue angle of 64.62º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DAE64A is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.10.

Color convert

RGB21823074-
CMYK0.0500.680.10
HSL64.62º75.73%59.61%-
HSV(B)64.62º67.83%90.2%-
XYZ58.4571.9917.29-
YUV208.6352.02134.68-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.76%
GREEN value IS 230 (90.23% from 255) = 44.06%
BLUE value IS 74 (29.30% from 255) = 14.18%
R=41.76%
G=44.06%
B=14.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal218230740.0500.680.1064.6275.7359.61
HexDAE64A5044A414c3c
Octal332346112501041210111474
Binary1101101011100110100101010101000100101010000011001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dae64a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dae64a; }

 p { color: rgb(218,230,74); }

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

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

 a { background-color: rgb(218,230,74); }

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

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

 span { border-color: rgb(218,230,74); }

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