#DAE053

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

Shades of Manz #DAE053

Tints of Manz #DAE053

Color information

#DAE053 (or 0xDAE053) is unknown color: approx Manz. HEX triplet: DA, E0 and 53. RGB value is (218,224,83). Sum of RGB (Red+Green+Blue) = 218+224+83=525 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.52% from 525); Green value is 224 (87.89% from 255 or 42.67% from 525); Blue value is 83 (32.81% from 255 or 15.81% from 525); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE053 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE053 is #251FAC. Grayscale: #CECECE. Windows color (decimal): -2432941 or 5497050. OLE color: 5497050.

HSL color Cylindrical-coordinate representation of color #DAE053: hue angle of 62.55º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DAE053 is Cyan = 0.03, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.

Color convert

RGB21822483-
CMYK0.0300.630.12
HSL62.55º69.46%60.2%-
HSV(B)62.55º62.95%87.84%-
XYZ57.1368.8418.46-
YUV206.1358.51136.46-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.52%
GREEN value IS 224 (87.89% from 255) = 42.67%
BLUE value IS 83 (32.81% from 255) = 15.81%
R=41.52%
G=42.67%
B=15.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal218224830.0300.630.1262.5569.4660.2
HexDAE053303FC3f453c
Octal3323401233077147710574
Binary1101101011100000101001111011111111001111111000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE053; }

 p { color: rgb(218,224,83); }

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

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

 a { background-color: rgb(218,224,83); }

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

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

 span { border-color: rgb(218,224,83); }

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