#DAE055

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

Shades of Manz #DAE055

Tints of Manz #DAE055

Color information

#DAE055 (or 0xDAE055) is unknown color: approx Manz. HEX triplet: DA, E0 and 55. RGB value is (218,224,85). Sum of RGB (Red+Green+Blue) = 218+224+85=527 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.37% from 527); Green value is 224 (87.89% from 255 or 42.50% from 527); Blue value is 85 (33.59% from 255 or 16.13% from 527); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE055 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE055 is #251FAA. Grayscale: #CECECE. Windows color (decimal): -2432939 or 5628122. OLE color: 5628122.

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

Color convert

RGB21822485-
CMYK0.0300.620.12
HSL62.59º69.15%60.59%-
HSV(B)62.59º62.05%87.84%-
XYZ57.2168.8718.87-
YUV206.3659.51136.3-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.37%
GREEN value IS 224 (87.89% from 255) = 42.50%
BLUE value IS 85 (33.59% from 255) = 16.13%
R=41.37%
G=42.50%
B=16.13%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal218224850.0300.620.1262.5969.1560.59
HexDAE055303EC3f453d
Octal3323401253076147710575
Binary1101101011100000101010111011111011001111111000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE055; }

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

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

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

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

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

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

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

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