Html Css Color HEX #DADB50 Manz

📋 copy color: '#DADB50'

red 218 ◦ green 219 ◦ blue 80

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

Shades of Manz #DADB50

Tints of Manz #DADB50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 15.47%

R = 42.17%
G = 42.36%
B = 15.47%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DADB50 (or 0xDADB50) is known color: Manz. HEX triplet: DA, DB and 50. RGB value is (218,219,80). Sum of RGB (Red+Green+Blue) = 218+219+80=517 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.17% from 517); Green value is 219 (85.94% from 255 or 42.36% from 517); Blue value is 80 (31.64% from 255 or 15.47% from 517); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADB50 is #2524AF. Grayscale: #CBCBCB. Windows color (decimal): -2434224 or 5299162. OLE color: 5299162.

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

Color convert

RGB 218 219 80 -
CMYK 0.00 0 0.63 0.14
HSL 60.43º 0.66% 0.59% -
HSV(B) 60.43º 0.63% 0.86% -
XYZ 55.69 66.15 17.42 -
YUV 202.86 58.67 138.8 -
System Red Green Blue C M Y K H S L
Decimal 218 219 80 0.00 0 0.63 0.14 60.43 0.66 0.59
Hex DA DB 50 0 0 3F E 3C 42 3B
Octal 332 333 120 0 0 77 16 74 102 73
Binary 11011010 11011011 1010000 0 0 111111 1110 111100 1000010 111011

Color Harmonies of #DADB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADB50

Black with #DADB50

Text Example


Text Example

White with #DADB50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADB50; }

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

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

background-color css

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

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

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

border-color css

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

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

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