#DAE457

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

Shades of Manz #DAE457

Tints of Manz #DAE457

Color information

#DAE457 (or 0xDAE457) is unknown color: approx Manz. HEX triplet: DA, E4 and 57. RGB value is (218,228,87). Sum of RGB (Red+Green+Blue) = 218+228+87=533 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.90% from 533); Green value is 228 (89.45% from 255 or 42.78% from 533); Blue value is 87 (34.38% from 255 or 16.32% from 533); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE457 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE457 is #251BA8. Grayscale: #D1D1D1. Windows color (decimal): -2431913 or 5760218. OLE color: 5760218.

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

Color convert

RGB21822887-
CMYK0.0400.620.11
HSL64.26º72.31%61.76%-
HSV(B)64.26º61.84%89.41%-
XYZ58.3871.0819.66-
YUV208.9459.19134.46-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.90%
GREEN value IS 228 (89.45% from 255) = 42.78%
BLUE value IS 87 (34.38% from 255) = 16.32%
R=40.90%
G=42.78%
B=16.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal218228870.0400.620.1164.2672.3161.76
HexDAE457403EB40483e
Octal33234412740761310011076
Binary110110101110010010101111000111110101110000001001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE457; }

 p { color: rgb(218,228,87); }

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

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

 a { background-color: rgb(218,228,87); }

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

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

 span { border-color: rgb(218,228,87); }

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