Html Css Color HEX #DAE44A Manz

📋 copy color: '#DAE44A'

red 218 ◦ green 228 ◦ blue 74

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

Shades of Manz #DAE44A

Tints of Manz #DAE44A

RGB

 RED value IS 218 (85.55% from 255) = 41.92%

 GREEN value IS 228 (89.45% from 255) = 43.85%

 BLUE value IS 74 (29.3% from 255) = 14.23%

R = 41.92%
G = 43.85%
B = 14.23%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#DAE44A (or 0xDAE44A) is known color: Manz. HEX triplet: DA, E4 and 4A. RGB value is (218,228,74). Sum of RGB (Red+Green+Blue) = 218+228+74=520 (68% of max value = 765). Red value is 218 (85.55% from 255 or 41.92% from 520); Green value is 228 (89.45% from 255 or 43.85% from 520); Blue value is 74 (29.30% from 255 or 14.23% from 520); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE44A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE44A is #251BB5. Grayscale: #D0D0D0. Windows color (decimal): -2431926 or 4908250. OLE color: 4908250.

HSL color Cylindrical-coordinate representation of color #DAE44A: hue angle of 63.9º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DAE44A is Cyan = 0.04, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB 218 228 74 -
CMYK 0.04 0 0.68 0.11
HSL 63.9º 0.74% 0.59% -
HSV(B) 63.9º 0.68% 0.89% -
XYZ 57.89 70.89 17.11 -
YUV 207.45 52.69 135.52 -
System Red Green Blue C M Y K H S L
Decimal 218 228 74 0.04 0 0.68 0.11 63.9 0.74 0.59
Hex DA E4 4A 4 0 44 B 40 4A 3B
Octal 332 344 112 4 0 104 13 100 112 73
Binary 11011010 11100100 1001010 100 0 1000100 1011 1000000 1001010 111011

Color Harmonies of #DAE44A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE44A

Black with #DAE44A

Text Example


Text Example

White with #DAE44A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE44A; }

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

 H1.HeaderClassName
 {
   color: #DAE44A;
 }
 .AnyTagClassName
 {
   color: #DAE44A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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