Html Css Color HEX #DADD49 Manz

📋 copy color: '#DADD49'

red 218 ◦ green 221 ◦ blue 73

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

Shades of Manz #DADD49

Tints of Manz #DADD49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 14.26%

R = 42.58%
G = 43.16%
B = 14.26%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DADD49 (or 0xDADD49) is known color: Manz. HEX triplet: DA, DD and 49. RGB value is (218,221,73). Sum of RGB (Red+Green+Blue) = 218+221+73=512 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.58% from 512); Green value is 221 (86.72% from 255 or 43.16% from 512); Blue value is 73 (28.91% from 255 or 14.26% from 512); Max value from RGB is 221 - color contains mainly: green. Hex color #DADD49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADD49 is #2522B6. Grayscale: #CBCBCB. Windows color (decimal): -2433719 or 4840922. OLE color: 4840922.

HSL color Cylindrical-coordinate representation of color #DADD49: hue angle of 61.22º 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 #DADD49 is Cyan = 0.01, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 221 73 -
CMYK 0.01 0 0.67 0.13
HSL 61.22º 0.69% 0.58% -
HSV(B) 61.22º 0.67% 0.87% -
XYZ 55.97 67.1 16.3 -
YUV 203.23 54.51 138.53 -
System Red Green Blue C M Y K H S L
Decimal 218 221 73 0.01 0 0.67 0.13 61.22 0.69 0.58
Hex DA DD 49 1 0 43 D 3D 45 3A
Octal 332 335 111 1 0 103 15 75 105 72
Binary 11011010 11011101 1001001 1 0 1000011 1101 111101 1000101 111010

Color Harmonies of #DADD49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADD49

Black with #DADD49

Text Example


Text Example

White with #DADD49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADD49; }

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

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

background-color css

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

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

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

border-color css

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

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

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