#DAE25D

Color #DAE25D Manz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Manz #DAE25D

Tints of Manz #DAE25D

Color information

#DAE25D (or 0xDAE25D) is unknown color: approx 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

RGB21822693-
CMYK0.0400.590.11
HSL63.61º69.63%62.55%-
HSV(B)63.61º58.85%88.63%-
XYZ58.0970.0920.82-
YUV208.4562.85134.81-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.60%
GREEN value IS 226 (88.67% from 255) = 42.09%
BLUE value IS 93 (36.72% from 255) = 17.32%
R=40.60%
G=42.09%
B=17.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal218226930.0400.590.1163.6169.6362.55
HexDAE25D403BB40463f
Octal33234213540731310010677
Binary110110101110001010111011000111011101110000001000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE25D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>