#DAE455

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

Shades of Manz #DAE455

Tints of Manz #DAE455

Color information

#DAE455 (or 0xDAE455) is unknown color: approx Manz. HEX triplet: DA, E4 and 55. RGB value is (218,228,85). Sum of RGB (Red+Green+Blue) = 218+228+85=531 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.05% from 531); Green value is 228 (89.45% from 255 or 42.94% from 531); Blue value is 85 (33.59% from 255 or 16.01% from 531); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE455 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE455 is #251BAA. Grayscale: #D1D1D1. Windows color (decimal): -2431915 or 5629146. OLE color: 5629146.

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

Color convert

RGB21822885-
CMYK0.0400.630.11
HSL64.2º72.59%61.37%-
HSV(B)64.2º62.72%89.41%-
XYZ58.371.0519.24-
YUV208.7158.19134.63-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.05%
GREEN value IS 228 (89.45% from 255) = 42.94%
BLUE value IS 85 (33.59% from 255) = 16.01%
R=41.05%
G=42.94%
B=16.01%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal218228850.0400.630.1164.272.5961.37
HexDAE455403FB40493d
Octal33234412540771310011175
Binary110110101110010010101011000111111101110000001001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE455; }

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

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

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

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

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

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

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

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