Html Css Color HEX #DADE59 Manz

📋 copy color: '#DADE59'

red 218 ◦ green 222 ◦ blue 89

#DADE59
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Manz #DADE59

Tints of Manz #DADE59

RGB

 RED value IS 218 (85.55% from 255) = 41.21%

 GREEN value IS 222 (87.11% from 255) = 41.97%

 BLUE value IS 89 (35.16% from 255) = 16.82%

R = 41.21%
G = 41.97%
B = 16.82%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DADE59 (or 0xDADE59) is known color: Manz. HEX triplet: DA, DE and 59. RGB value is (218,222,89). Sum of RGB (Red+Green+Blue) = 218+222+89=529 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.21% from 529); Green value is 222 (87.11% from 255 or 41.97% from 529); Blue value is 89 (35.16% from 255 or 16.82% from 529); Max value from RGB is 222 - color contains mainly: green. Hex color #DADE59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADE59 is #2521A6. Grayscale: #CECECE. Windows color (decimal): -2433447 or 5889754. OLE color: 5889754.

HSL color Cylindrical-coordinate representation of color #DADE59: hue angle of 61.8º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DADE59 is Cyan = 0.02, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 222 89 -
CMYK 0.02 0 0.60 0.13
HSL 61.8º 0.67% 0.61% -
HSV(B) 61.8º 0.6% 0.87% -
XYZ 56.84 67.87 19.56 -
YUV 205.64 62.17 136.81 -
System Red Green Blue C M Y K H S L
Decimal 218 222 89 0.02 0 0.60 0.13 61.8 0.67 0.61
Hex DA DE 59 2 0 3C D 3E 43 3D
Octal 332 336 131 2 0 74 15 76 103 75
Binary 11011010 11011110 1011001 10 0 111100 1101 111110 1000011 111101

Color Harmonies of #DADE59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADE59

Black with #DADE59

Text Example


Text Example

White with #DADE59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADE59; }

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

 H1.HeaderClassName
 {
   color: #DADE59;
 }
 .AnyTagClassName
 {
   color: #DADE59;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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