Html Css Color HEX #DADB52 Manz

📋 copy color: '#DADB52'

red 218 ◦ green 219 ◦ blue 82

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

Shades of Manz #DADB52

Tints of Manz #DADB52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 15.8%

R = 42%
G = 42.2%
B = 15.8%

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

#DADB52 (or 0xDADB52) is known color: Manz. HEX triplet: DA, DB and 52. RGB value is (218,219,82). Sum of RGB (Red+Green+Blue) = 218+219+82=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 219 (85.94% from 255 or 42.20% from 519); Blue value is 82 (32.42% from 255 or 15.80% from 519); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADB52 is #2524AD. Grayscale: #CBCBCB. Windows color (decimal): -2434222 or 5430234. OLE color: 5430234.

HSL color Cylindrical-coordinate representation of color #DADB52: hue angle of 60.44º 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 #DADB52 is Cyan = 0.00, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 218 219 82 -
CMYK 0.00 0 0.63 0.14
HSL 60.44º 0.66% 0.59% -
HSV(B) 60.44º 0.63% 0.86% -
XYZ 55.77 66.18 17.82 -
YUV 203.08 59.67 138.64 -
System Red Green Blue C M Y K H S L
Decimal 218 219 82 0.00 0 0.63 0.14 60.44 0.66 0.59
Hex DA DB 52 0 0 3F E 3C 42 3B
Octal 332 333 122 0 0 77 16 74 102 73
Binary 11011010 11011011 1010010 0 0 111111 1110 111100 1000010 111011

Color Harmonies of #DADB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADB52

Black with #DADB52

Text Example


Text Example

White with #DADB52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADB52; }

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

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

background-color css

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

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

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

border-color css

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

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

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