Html Css Color HEX #DADB53 Manz

📋 copy color: '#DADB53'

red 218 ◦ green 219 ◦ blue 83

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

Shades of Manz #DADB53

Tints of Manz #DADB53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 15.96%

R = 41.92%
G = 42.12%
B = 15.96%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DADB53 (or 0xDADB53) is known color: Manz. HEX triplet: DA, DB and 53. RGB value is (218,219,83). Sum of RGB (Red+Green+Blue) = 218+219+83=520 (68% of max value = 765). Red value is 218 (85.55% from 255 or 41.92% from 520); Green value is 219 (85.94% from 255 or 42.12% from 520); Blue value is 83 (32.81% from 255 or 15.96% from 520); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADB53 is #2524AC. Grayscale: #CBCBCB. Windows color (decimal): -2434221 or 5495770. OLE color: 5495770.

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

Color convert

RGB 218 219 83 -
CMYK 0.00 0 0.62 0.14
HSL 60.44º 0.65% 0.59% -
HSV(B) 60.44º 0.62% 0.86% -
XYZ 55.81 66.19 18.02 -
YUV 203.2 60.17 138.56 -
System Red Green Blue C M Y K H S L
Decimal 218 219 83 0.00 0 0.62 0.14 60.44 0.65 0.59
Hex DA DB 53 0 0 3E E 3C 41 3B
Octal 332 333 123 0 0 76 16 74 101 73
Binary 11011010 11011011 1010011 0 0 111110 1110 111100 1000001 111011

Color Harmonies of #DADB53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADB53

Black with #DADB53

Text Example


Text Example

White with #DADB53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADB53; }

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

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

background-color css

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

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

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

border-color css

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

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

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