#DADE5C

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

Shades of Manz #DADE5C

Tints of Manz #DADE5C

Color information

#DADE5C (or 0xDADE5C) is unknown color: approx Manz. HEX triplet: DA, DE and 5C. RGB value is (218,222,92). Sum of RGB (Red+Green+Blue) = 218+222+92=532 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.98% from 532); Green value is 222 (87.11% from 255 or 41.73% from 532); Blue value is 92 (36.33% from 255 or 17.29% from 532); Max value from RGB is 222 - color contains mainly: green. Hex color #DADE5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADE5C is #2521A3. Grayscale: #CECECE. Windows color (decimal): -2433444 or 6086362. OLE color: 6086362.

HSL color Cylindrical-coordinate representation of color #DADE5C: hue angle of 61.85º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DADE5C is Cyan = 0.02, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB21822292-
CMYK0.0200.590.13
HSL61.85º66.33%61.57%-
HSV(B)61.85º58.56%87.06%-
XYZ56.9767.9220.23-
YUV205.9863.67136.57-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.98%
GREEN value IS 222 (87.11% from 255) = 41.73%
BLUE value IS 92 (36.33% from 255) = 17.29%
R=40.98%
G=41.73%
B=17.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal218222920.0200.590.1361.8566.3361.57
HexDADE5C203BD3e423e
Octal3323361342073157610276
Binary1101101011011110101110010011101111011111101000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADE5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADE5C; }

 p { color: rgb(218,222,92); }

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

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

 a { background-color: rgb(218,222,92); }

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

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

 span { border-color: rgb(218,222,92); }

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