Html Css Color HEX #DADE5A Manz

📋 copy color: '#DADE5A'

red 218 ◦ green 222 ◦ blue 90

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

Shades of Manz #DADE5A

Tints of Manz #DADE5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 16.98%

R = 41.13%
G = 41.89%
B = 16.98%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DADE5A (or 0xDADE5A) is known color: Manz. HEX triplet: DA, DE and 5A. RGB value is (218,222,90). Sum of RGB (Red+Green+Blue) = 218+222+90=530 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.13% from 530); Green value is 222 (87.11% from 255 or 41.89% from 530); Blue value is 90 (35.55% from 255 or 16.98% from 530); Max value from RGB is 222 - color contains mainly: green. Hex color #DADE5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADE5A is #2521A5. Grayscale: #CECECE. Windows color (decimal): -2433446 or 5955290. OLE color: 5955290.

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

Color convert

RGB 218 222 90 -
CMYK 0.02 0 0.59 0.13
HSL 61.82º 0.67% 0.61% -
HSV(B) 61.82º 0.59% 0.87% -
XYZ 56.88 67.89 19.78 -
YUV 205.76 62.67 136.73 -
System Red Green Blue C M Y K H S L
Decimal 218 222 90 0.02 0 0.59 0.13 61.82 0.67 0.61
Hex DA DE 5A 2 0 3B D 3E 43 3D
Octal 332 336 132 2 0 73 15 76 103 75
Binary 11011010 11011110 1011010 10 0 111011 1101 111110 1000011 111101

Color Harmonies of #DADE5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADE5A

Black with #DADE5A

Text Example


Text Example

White with #DADE5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADE5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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