#DADE5D

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

Shades of Manz #DADE5D

Tints of Manz #DADE5D

Color information

#DADE5D (or 0xDADE5D) is unknown color: approx Manz. HEX triplet: DA, DE and 5D. RGB value is (218,222,93). Sum of RGB (Red+Green+Blue) = 218+222+93=533 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.90% from 533); Green value is 222 (87.11% from 255 or 41.65% from 533); Blue value is 93 (36.72% from 255 or 17.45% from 533); Max value from RGB is 222 - color contains mainly: green. Hex color #DADE5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADE5D is #2521A2. Grayscale: #CECECE. Windows color (decimal): -2433443 or 6151898. OLE color: 6151898.

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

Color convert

RGB21822293-
CMYK0.0200.580.13
HSL61.86º66.15%61.76%-
HSV(B)61.86º58.11%87.06%-
XYZ57.0167.9420.46-
YUV206.164.17136.49-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.90%
GREEN value IS 222 (87.11% from 255) = 41.65%
BLUE value IS 93 (36.72% from 255) = 17.45%
R=40.90%
G=41.65%
B=17.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal218222930.0200.580.1361.8666.1561.76
HexDADE5D203AD3e423e
Octal3323361352072157610276
Binary1101101011011110101110110011101011011111101000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADE5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADE5D; }

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

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

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

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

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

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

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

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