Html Css Color HEX #DADA52 Manz

📋 copy color: '#DADA52'

red 218 ◦ green 218 ◦ blue 82

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

Shades of Manz #DADA52

Tints of Manz #DADA52

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.08%

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

R = 42.08%
G = 42.08%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#DADA52 (or 0xDADA52) is known color: Manz. HEX triplet: DA, DA and 52. RGB value is (218,218,82). Sum of RGB (Red+Green+Blue) = 218+218+82=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 218 (85.55% from 255 or 42.08% from 518); Blue value is 82 (32.42% from 255 or 15.83% from 518); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADA52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADA52 is #2525AD. Grayscale: #CBCBCB. Windows color (decimal): -2434478 or 5429978. OLE color: 5429978.

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

Color convert

RGB 218 218 82 -
CMYK 0 0 0.62 0.15
HSL 60º 0.65% 0.59% -
HSV(B) 60º 0.62% 0.85% -
XYZ 55.51 65.66 17.73 -
YUV 202.5 60 139.06 -
System Red Green Blue C M Y K H S L
Decimal 218 218 82 0 0 0.62 0.15 60 0.65 0.59
Hex DA DA 52 0 0 3E F 3C 41 3B
Octal 332 332 122 0 0 76 17 74 101 73
Binary 11011010 11011010 1010010 0 0 111110 1111 111100 1000001 111011

Color Harmonies of #DADA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADA52

Black with #DADA52

Text Example


Text Example

White with #DADA52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADA52; }

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

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

background-color css

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

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

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

border-color css

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

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

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