Html Css Color HEX #DADD52 Manz

📋 copy color: '#DADD52'

red 218 ◦ green 221 ◦ blue 82

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

Shades of Manz #DADD52

Tints of Manz #DADD52

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.42%

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

R = 41.84%
G = 42.42%
B = 15.74%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DADD52 (or 0xDADD52) is known color: Manz. HEX triplet: DA, DD and 52. RGB value is (218,221,82). Sum of RGB (Red+Green+Blue) = 218+221+82=521 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.84% from 521); Green value is 221 (86.72% from 255 or 42.42% from 521); Blue value is 82 (32.42% from 255 or 15.74% from 521); Max value from RGB is 221 - color contains mainly: green. Hex color #DADD52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADD52 is #2522AD. Grayscale: #CCCCCC. Windows color (decimal): -2433710 or 5430746. OLE color: 5430746.

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

Color convert

RGB 218 221 82 -
CMYK 0.01 0 0.63 0.13
HSL 61.29º 0.67% 0.59% -
HSV(B) 61.29º 0.63% 0.87% -
XYZ 56.29 67.23 17.99 -
YUV 204.26 59.01 137.8 -
System Red Green Blue C M Y K H S L
Decimal 218 221 82 0.01 0 0.63 0.13 61.29 0.67 0.59
Hex DA DD 52 1 0 3F D 3D 43 3B
Octal 332 335 122 1 0 77 15 75 103 73
Binary 11011010 11011101 1010010 1 0 111111 1101 111101 1000011 111011

Color Harmonies of #DADD52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADD52

Black with #DADD52

Text Example


Text Example

White with #DADD52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADD52; }

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

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

background-color css

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

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

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

border-color css

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

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

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