#DAE352

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

Shades of Manz #DAE352

Tints of Manz #DAE352

Color information

#DAE352 (or 0xDAE352) is unknown color: approx Manz. HEX triplet: DA, E3 and 52. RGB value is (218,227,82). Sum of RGB (Red+Green+Blue) = 218+227+82=527 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.37% from 527); Green value is 227 (89.06% from 255 or 43.07% from 527); Blue value is 82 (32.42% from 255 or 15.56% from 527); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE352 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE352 is #251CAD. Grayscale: #D0D0D0. Windows color (decimal): -2432174 or 5432282. OLE color: 5432282.

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

Color convert

RGB21822782-
CMYK0.0400.640.11
HSL63.72º72.14%60.59%-
HSV(B)63.72º63.88%89.02%-
XYZ57.9170.4518.53-
YUV207.7857.02135.29-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.37%
GREEN value IS 227 (89.06% from 255) = 43.07%
BLUE value IS 82 (32.42% from 255) = 15.56%
R=41.37%
G=43.07%
B=15.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal218227820.0400.640.1163.7272.1460.59
HexDAE3524040B40483d
Octal332343122401001310011075
Binary1101101011100011101001010001000000101110000001001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE352; }

 p { color: rgb(218,227,82); }

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

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

 a { background-color: rgb(218,227,82); }

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

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

 span { border-color: rgb(218,227,82); }

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