Html Css Color HEX #DADD59 Manz

📋 copy color: '#DADD59'

red 218 ◦ green 221 ◦ blue 89

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

Shades of Manz #DADD59

Tints of Manz #DADD59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 16.86%

R = 41.29%
G = 41.86%
B = 16.86%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DADD59 (or 0xDADD59) is known color: Manz. HEX triplet: DA, DD and 59. RGB value is (218,221,89). Sum of RGB (Red+Green+Blue) = 218+221+89=528 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.29% from 528); Green value is 221 (86.72% from 255 or 41.86% from 528); Blue value is 89 (35.16% from 255 or 16.86% from 528); Max value from RGB is 221 - color contains mainly: green. Hex color #DADD59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADD59 is #2522A6. Grayscale: #CDCDCD. Windows color (decimal): -2433703 or 5889498. OLE color: 5889498.

HSL color Cylindrical-coordinate representation of color #DADD59: hue angle of 61.36º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DADD59 is Cyan = 0.01, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 221 89 -
CMYK 0.01 0 0.60 0.13
HSL 61.36º 0.66% 0.61% -
HSV(B) 61.36º 0.6% 0.87% -
XYZ 56.57 67.34 19.47 -
YUV 205.06 62.51 137.23 -
System Red Green Blue C M Y K H S L
Decimal 218 221 89 0.01 0 0.60 0.13 61.36 0.66 0.61
Hex DA DD 59 1 0 3C D 3D 42 3D
Octal 332 335 131 1 0 74 15 75 102 75
Binary 11011010 11011101 1011001 1 0 111100 1101 111101 1000010 111101

Color Harmonies of #DADD59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADD59

Black with #DADD59

Text Example


Text Example

White with #DADD59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADD59; }

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

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

background-color css

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

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

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

border-color css

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

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

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