#DAE456

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

Shades of Manz #DAE456

Tints of Manz #DAE456

Color information

#DAE456 (or 0xDAE456) is unknown color: approx Manz. HEX triplet: DA, E4 and 56. RGB value is (218,228,86). Sum of RGB (Red+Green+Blue) = 218+228+86=532 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.98% from 532); Green value is 228 (89.45% from 255 or 42.86% from 532); Blue value is 86 (33.98% from 255 or 16.17% from 532); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE456 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE456 is #251BA9. Grayscale: #D1D1D1. Windows color (decimal): -2431914 or 5694682. OLE color: 5694682.

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

Color convert

RGB21822886-
CMYK0.0400.620.11
HSL64.23º72.45%61.57%-
HSV(B)64.23º62.28%89.41%-
XYZ58.3471.0619.45-
YUV208.8258.69134.55-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.98%
GREEN value IS 228 (89.45% from 255) = 42.86%
BLUE value IS 86 (33.98% from 255) = 16.17%
R=40.98%
G=42.86%
B=16.17%

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
Decimal218228860.0400.620.1164.2372.4561.57
HexDAE456403EB40483e
Octal33234412640761310011076
Binary110110101110010010101101000111110101110000001001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE456; }

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

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

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

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

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

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

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

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