#DAE856

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

Shades of Manz #DAE856

Tints of Manz #DAE856

Color information

#DAE856 (or 0xDAE856) is unknown color: approx Manz. HEX triplet: DA, E8 and 56. RGB value is (218,232,86). Sum of RGB (Red+Green+Blue) = 218+232+86=536 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.67% from 536); Green value is 232 (91.02% from 255 or 43.28% from 536); Blue value is 86 (33.98% from 255 or 16.04% from 536); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE856 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE856 is #2517A9. Grayscale: #D3D3D3. Windows color (decimal): -2430890 or 5695706. OLE color: 5695706.

HSL color Cylindrical-coordinate representation of color #DAE856: hue angle of 65.75º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DAE856 is Cyan = 0.06, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.09.

Color convert

RGB21823286-
CMYK0.0600.630.09
HSL65.75º76.04%62.35%-
HSV(B)65.75º62.93%90.98%-
XYZ59.4573.2919.82-
YUV211.1757.36132.87-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.67%
GREEN value IS 232 (91.02% from 255) = 43.28%
BLUE value IS 86 (33.98% from 255) = 16.04%
R=40.67%
G=43.28%
B=16.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal218232860.0600.630.0965.7576.0462.35
HexDAE856603F9424c3e
Octal33235012660771110211476
Binary110110101110100010101101100111111100110000101001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE856; }

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

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

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

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

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

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

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

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