Html Css Color HEX #DADE4A Manz

📋 copy color: '#DADE4A'

red 218 ◦ green 222 ◦ blue 74

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

Shades of Manz #DADE4A

Tints of Manz #DADE4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 14.4%

R = 42.41%
G = 43.19%
B = 14.4%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DADE4A (or 0xDADE4A) is known color: Manz. HEX triplet: DA, DE and 4A. RGB value is (218,222,74). Sum of RGB (Red+Green+Blue) = 218+222+74=514 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.41% from 514); Green value is 222 (87.11% from 255 or 43.19% from 514); Blue value is 74 (29.30% from 255 or 14.40% from 514); Max value from RGB is 222 - color contains mainly: green. Hex color #DADE4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADE4A is #2521B5. Grayscale: #CCCCCC. Windows color (decimal): -2433462 or 4906714. OLE color: 4906714.

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

Color convert

RGB 218 222 74 -
CMYK 0.02 0 0.67 0.13
HSL 61.62º 0.69% 0.58% -
HSV(B) 61.62º 0.67% 0.87% -
XYZ 56.27 67.64 16.57 -
YUV 203.93 54.67 138.03 -
System Red Green Blue C M Y K H S L
Decimal 218 222 74 0.02 0 0.67 0.13 61.62 0.69 0.58
Hex DA DE 4A 2 0 43 D 3E 45 3A
Octal 332 336 112 2 0 103 15 76 105 72
Binary 11011010 11011110 1001010 10 0 1000011 1101 111110 1000101 111010

Color Harmonies of #DADE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADE4A

Black with #DADE4A

Text Example


Text Example

White with #DADE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADE4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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