Html Css Color HEX #DADB49 Manz

📋 copy color: '#DADB49'

red 218 ◦ green 219 ◦ blue 73

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

Shades of Manz #DADB49

Tints of Manz #DADB49

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.94%

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

R = 42.75%
G = 42.94%
B = 14.31%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DADB49 (or 0xDADB49) is known color: Manz. HEX triplet: DA, DB and 49. RGB value is (218,219,73). Sum of RGB (Red+Green+Blue) = 218+219+73=510 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.75% from 510); Green value is 219 (85.94% from 255 or 42.94% from 510); Blue value is 73 (28.91% from 255 or 14.31% from 510); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADB49 is #2524B6. Grayscale: #CACACA. Windows color (decimal): -2434231 or 4840410. OLE color: 4840410.

HSL color Cylindrical-coordinate representation of color #DADB49: hue angle of 60.41º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DADB49 is Cyan = 0.00, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB 218 219 73 -
CMYK 0.00 0 0.67 0.14
HSL 60.41º 0.67% 0.57% -
HSV(B) 60.41º 0.67% 0.86% -
XYZ 55.45 66.05 16.13 -
YUV 202.06 55.17 139.37 -
System Red Green Blue C M Y K H S L
Decimal 218 219 73 0.00 0 0.67 0.14 60.41 0.67 0.57
Hex DA DB 49 0 0 43 E 3C 43 39
Octal 332 333 111 0 0 103 16 74 103 71
Binary 11011010 11011011 1001001 0 0 1000011 1110 111100 1000011 111001

Color Harmonies of #DADB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADB49

Black with #DADB49

Text Example


Text Example

White with #DADB49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADB49; }

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

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

background-color css

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

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

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

border-color css

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

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

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