Html Css Color HEX #DAE25D Manz

📋 copy color: '#DAE25D'

red 218 ◦ green 226 ◦ blue 93

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

Shades of Manz #DAE25D

Tints of Manz #DAE25D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.32%

R = 40.6%
G = 42.09%
B = 17.32%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#DAE25D (or 0xDAE25D) is known color: Manz. HEX triplet: DA, E2 and 5D. RGB value is (218,226,93). Sum of RGB (Red+Green+Blue) = 218+226+93=537 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.60% from 537); Green value is 226 (88.67% from 255 or 42.09% from 537); Blue value is 93 (36.72% from 255 or 17.32% from 537); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE25D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE25D is #251DA2. Grayscale: #D0D0D0. Windows color (decimal): -2432419 or 6152922. OLE color: 6152922.

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

Color convert

RGB 218 226 93 -
CMYK 0.04 0 0.59 0.11
HSL 63.61º 0.7% 0.63% -
HSV(B) 63.61º 0.59% 0.89% -
XYZ 58.09 70.09 20.82 -
YUV 208.45 62.85 134.81 -
System Red Green Blue C M Y K H S L
Decimal 218 226 93 0.04 0 0.59 0.11 63.61 0.7 0.63
Hex DA E2 5D 4 0 3B B 40 46 3F
Octal 332 342 135 4 0 73 13 100 106 77
Binary 11011010 11100010 1011101 100 0 111011 1011 1000000 1000110 111111

Color Harmonies of #DAE25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE25D

Black with #DAE25D

Text Example


Text Example

White with #DAE25D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE25D; }

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

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

background-color css

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

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

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

border-color css

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

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

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