Html Css Color HEX #DAD64D Manz

📋 copy color: '#DAD64D'

red 218 ◦ green 214 ◦ blue 77

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

Shades of Manz #DAD64D

Tints of Manz #DAD64D

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.04%

 BLUE value IS 77 (30.47% from 255) = 15.13%

R = 42.83%
G = 42.04%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#DAD64D (or 0xDAD64D) is known color: Manz. HEX triplet: DA, D6 and 4D. RGB value is (218,214,77). Sum of RGB (Red+Green+Blue) = 218+214+77=509 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.83% from 509); Green value is 214 (83.98% from 255 or 42.04% from 509); Blue value is 77 (30.47% from 255 or 15.13% from 509); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD64D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD64D is #2529B2. Grayscale: #C8C8C8. Windows color (decimal): -2435507 or 5101274. OLE color: 5101274.

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

Color convert

RGB 218 214 77 -
CMYK 0 0.02 0.65 0.15
HSL 58.3º 0.66% 0.58% -
HSV(B) 58.3º 0.65% 0.85% -
XYZ 54.3 63.53 16.42 -
YUV 199.58 58.83 141.14 -
System Red Green Blue C M Y K H S L
Decimal 218 214 77 0 0.02 0.65 0.15 58.3 0.66 0.58
Hex DA D6 4D 0 2 41 F 3A 42 3A
Octal 332 326 115 0 2 101 17 72 102 72
Binary 11011010 11010110 1001101 0 10 1000001 1111 111010 1000010 111010

Color Harmonies of #DAD64D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD64D

Black with #DAD64D

Text Example


Text Example

White with #DAD64D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD64D; }

 p { color: rgb(218,214,77); }

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

background-color css

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

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

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

border-color css

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

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

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