Html Css Color HEX #DADE52 Manz

📋 copy color: '#DADE52'

red 218 ◦ green 222 ◦ blue 82

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

Shades of Manz #DADE52

Tints of Manz #DADE52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 15.71%

R = 41.76%
G = 42.53%
B = 15.71%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DADE52 (or 0xDADE52) is known color: Manz. HEX triplet: DA, DE and 52. RGB value is (218,222,82). Sum of RGB (Red+Green+Blue) = 218+222+82=522 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.76% from 522); Green value is 222 (87.11% from 255 or 42.53% from 522); Blue value is 82 (32.42% from 255 or 15.71% from 522); Max value from RGB is 222 - color contains mainly: green. Hex color #DADE52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADE52 is #2521AD. Grayscale: #CDCDCD. Windows color (decimal): -2433454 or 5431002. OLE color: 5431002.

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

Color convert

RGB 218 222 82 -
CMYK 0.02 0 0.63 0.13
HSL 61.71º 0.68% 0.6% -
HSV(B) 61.71º 0.63% 0.87% -
XYZ 56.56 67.76 18.08 -
YUV 204.84 58.67 137.38 -
System Red Green Blue C M Y K H S L
Decimal 218 222 82 0.02 0 0.63 0.13 61.71 0.68 0.6
Hex DA DE 52 2 0 3F D 3E 44 3C
Octal 332 336 122 2 0 77 15 76 104 74
Binary 11011010 11011110 1010010 10 0 111111 1101 111110 1000100 111100

Color Harmonies of #DADE52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADE52

Black with #DADE52

Text Example


Text Example

White with #DADE52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADE52; }

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

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

background-color css

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

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

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

border-color css

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

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

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