Html Css Color HEX #DAE25A Manz

📋 copy color: '#DAE25A'

red 218 ◦ green 226 ◦ blue 90

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

Shades of Manz #DAE25A

Tints of Manz #DAE25A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 16.85%

R = 40.82%
G = 42.32%
B = 16.85%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.60

 K value IS 0.11

RGB Variations

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

Color information

#DAE25A (or 0xDAE25A) is known color: Manz. HEX triplet: DA, E2 and 5A. RGB value is (218,226,90). Sum of RGB (Red+Green+Blue) = 218+226+90=534 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.82% from 534); Green value is 226 (88.67% from 255 or 42.32% from 534); Blue value is 90 (35.55% from 255 or 16.85% from 534); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE25A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE25A is #251DA5. Grayscale: #D0D0D0. Windows color (decimal): -2432422 or 5956314. OLE color: 5956314.

HSL color Cylindrical-coordinate representation of color #DAE25A: hue angle of 63.53º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DAE25A is Cyan = 0.04, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.11.

Color convert

RGB 218 226 90 -
CMYK 0.04 0 0.60 0.11
HSL 63.53º 0.7% 0.62% -
HSV(B) 63.53º 0.6% 0.89% -
XYZ 57.96 70.04 20.14 -
YUV 208.1 61.35 135.06 -
System Red Green Blue C M Y K H S L
Decimal 218 226 90 0.04 0 0.60 0.11 63.53 0.7 0.62
Hex DA E2 5A 4 0 3C B 40 46 3E
Octal 332 342 132 4 0 74 13 100 106 76
Binary 11011010 11100010 1011010 100 0 111100 1011 1000000 1000110 111110

Color Harmonies of #DAE25A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE25A

Black with #DAE25A

Text Example


Text Example

White with #DAE25A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE25A; }

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

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

background-color css

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

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

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

border-color css

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

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

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