Html Css Color HEX #DAE64A Manz

📋 copy color: '#DAE64A'

red 218 ◦ green 230 ◦ blue 74

#DAE64A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Manz #DAE64A

Tints of Manz #DAE64A

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.3% from 255) = 14.18%

R = 41.76%
G = 44.06%
B = 14.18%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#DAE64A (or 0xDAE64A) is known color: 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

RGB 218 230 74 -
CMYK 0.05 0 0.68 0.10
HSL 64.62º 0.76% 0.6% -
HSV(B) 64.62º 0.68% 0.9% -
XYZ 58.45 71.99 17.29 -
YUV 208.63 52.02 134.68 -
System Red Green Blue C M Y K H S L
Decimal 218 230 74 0.05 0 0.68 0.10 64.62 0.76 0.6
Hex DA E6 4A 5 0 44 A 41 4C 3C
Octal 332 346 112 5 0 104 12 101 114 74
Binary 11011010 11100110 1001010 101 0 1000100 1010 1000001 1001100 111100

Color Harmonies of #DAE64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE64A

Black with #DAE64A

Text Example


Text Example

White with #DAE64A

Text Example


Text Example

HTML Codes & Css Web 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>