Html Css Color HEX #DAE24C Manz

📋 copy color: '#DAE24C'

red 218 ◦ green 226 ◦ blue 76

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

Shades of Manz #DAE24C

Tints of Manz #DAE24C

RGB

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

 GREEN value IS 226 (88.67% from 255) = 43.46%

 BLUE value IS 76 (30.08% from 255) = 14.62%

R = 41.92%
G = 43.46%
B = 14.62%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.66

 K value IS 0.11

RGB Variations

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

Color information

#DAE24C (or 0xDAE24C) is known color: Manz. HEX triplet: DA, E2 and 4C. RGB value is (218,226,76). Sum of RGB (Red+Green+Blue) = 218+226+76=520 (68% of max value = 765). Red value is 218 (85.55% from 255 or 41.92% from 520); Green value is 226 (88.67% from 255 or 43.46% from 520); Blue value is 76 (30.08% from 255 or 14.62% from 520); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE24C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE24C is #251DB3. Grayscale: #CFCFCF. Windows color (decimal): -2432436 or 5038810. OLE color: 5038810.

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

Color convert

RGB 218 226 76 -
CMYK 0.04 0 0.66 0.11
HSL 63.2º 0.72% 0.59% -
HSV(B) 63.2º 0.66% 0.89% -
XYZ 57.41 69.82 17.29 -
YUV 206.51 54.35 136.2 -
System Red Green Blue C M Y K H S L
Decimal 218 226 76 0.04 0 0.66 0.11 63.2 0.72 0.59
Hex DA E2 4C 4 0 42 B 3F 48 3B
Octal 332 342 114 4 0 102 13 77 110 73
Binary 11011010 11100010 1001100 100 0 1000010 1011 111111 1001000 111011

Color Harmonies of #DAE24C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE24C

Black with #DAE24C

Text Example


Text Example

White with #DAE24C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE24C; }

 p { color: rgb(218,226,76); }

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

background-color css

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

 a { background-color: rgb(218,226,76); }

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

border-color css

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

 span { border-color: rgb(218,226,76); }

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