#DAE25B

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

Shades of Manz #DAE25B

Tints of Manz #DAE25B

Color information

#DAE25B (or 0xDAE25B) is unknown color: approx Manz. HEX triplet: DA, E2 and 5B. RGB value is (218,226,91). Sum of RGB (Red+Green+Blue) = 218+226+91=535 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.75% from 535); Green value is 226 (88.67% from 255 or 42.24% from 535); Blue value is 91 (35.94% from 255 or 17.01% from 535); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE25B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE25B is #251DA4. Grayscale: #D0D0D0. Windows color (decimal): -2432421 or 6021850. OLE color: 6021850.

HSL color Cylindrical-coordinate representation of color #DAE25B: hue angle of 63.56º 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 #DAE25B is Cyan = 0.04, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.11.

Color convert

RGB21822691-
CMYK0.0400.600.11
HSL63.56º69.95%62.16%-
HSV(B)63.56º59.73%88.63%-
XYZ5870.0520.36-
YUV208.2261.85134.98-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.75%
GREEN value IS 226 (88.67% from 255) = 42.24%
BLUE value IS 91 (35.94% from 255) = 17.01%
R=40.75%
G=42.24%
B=17.01%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal218226910.0400.600.1163.5669.9562.16
HexDAE25B403CB40463e
Octal33234213340741310010676
Binary110110101110001010110111000111100101110000001000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE25B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE25B; }

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

 H1.HeaderClassName
 {
   color: #DAE25B;
 }
 .AnyTagClassName
 {
   color: #DAE25B;
 }
</style>
background-color css

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

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

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

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

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

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