Html Css Color HEX #DADA60 Manz

📋 copy color: '#DADA60'

red 218 ◦ green 218 ◦ blue 96

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

Shades of Manz #DADA60

Tints of Manz #DADA60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 18.05%

R = 40.98%
G = 40.98%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DADA60 (or 0xDADA60) is known color: Manz. HEX triplet: DA, DA and 60. RGB value is (218,218,96). Sum of RGB (Red+Green+Blue) = 218+218+96=532 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.98% from 532); Green value is 218 (85.55% from 255 or 40.98% from 532); Blue value is 96 (37.89% from 255 or 18.05% from 532); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADA60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADA60 is #25259F. Grayscale: #CCCCCC. Windows color (decimal): -2434464 or 6347482. OLE color: 6347482.

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

Color convert

RGB 218 218 96 -
CMYK 0 0 0.56 0.15
HSL 60º 0.62% 0.62% -
HSV(B) 60º 0.56% 0.85% -
XYZ 56.1 65.89 20.83 -
YUV 204.09 67 137.92 -
System Red Green Blue C M Y K H S L
Decimal 218 218 96 0 0 0.56 0.15 60 0.62 0.62
Hex DA DA 60 0 0 38 F 3C 3E 3E
Octal 332 332 140 0 0 70 17 74 76 76
Binary 11011010 11011010 1100000 0 0 111000 1111 111100 111110 111110

Color Harmonies of #DADA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADA60

Black with #DADA60

Text Example


Text Example

White with #DADA60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADA60; }

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

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

background-color css

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

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

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

border-color css

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

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

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