Html Css Color HEX #DADA58 Manz

📋 copy color: '#DADA58'

red 218 ◦ green 218 ◦ blue 88

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

Shades of Manz #DADA58

Tints of Manz #DADA58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 16.79%

R = 41.6%
G = 41.6%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#DADA58 (or 0xDADA58) is known color: Manz. HEX triplet: DA, DA and 58. RGB value is (218,218,88). Sum of RGB (Red+Green+Blue) = 218+218+88=524 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.60% from 524); Green value is 218 (85.55% from 255 or 41.60% from 524); Blue value is 88 (34.77% from 255 or 16.79% from 524); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADA58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADA58 is #2525A7. Grayscale: #CBCBCB. Windows color (decimal): -2434472 or 5823194. OLE color: 5823194.

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

Color convert

RGB 218 218 88 -
CMYK 0 0 0.60 0.15
HSL 60º 0.64% 0.6% -
HSV(B) 60º 0.6% 0.85% -
XYZ 55.75 65.75 18.99 -
YUV 203.18 63 138.57 -
System Red Green Blue C M Y K H S L
Decimal 218 218 88 0 0 0.60 0.15 60 0.64 0.6
Hex DA DA 58 0 0 3C F 3C 40 3C
Octal 332 332 130 0 0 74 17 74 100 74
Binary 11011010 11011010 1011000 0 0 111100 1111 111100 1000000 111100

Color Harmonies of #DADA58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADA58

Black with #DADA58

Text Example


Text Example

White with #DADA58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADA58; }

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

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

background-color css

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

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

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

border-color css

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

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

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