Html Css Color HEX #DAD650 Manz

📋 copy color: '#DAD650'

red 218 ◦ green 214 ◦ blue 80

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

Shades of Manz #DAD650

Tints of Manz #DAD650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 15.63%

R = 42.58%
G = 41.8%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#DAD650 (or 0xDAD650) is known color: Manz. HEX triplet: DA, D6 and 50. RGB value is (218,214,80). Sum of RGB (Red+Green+Blue) = 218+214+80=512 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.58% from 512); Green value is 214 (83.98% from 255 or 41.80% from 512); Blue value is 80 (31.64% from 255 or 15.62% from 512); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD650 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD650 is #2529AF. Grayscale: #C8C8C8. Windows color (decimal): -2435504 or 5297882. OLE color: 5297882.

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

Color convert

RGB 218 214 80 -
CMYK 0 0.02 0.63 0.15
HSL 58.26º 0.65% 0.58% -
HSV(B) 58.26º 0.63% 0.85% -
XYZ 54.41 63.58 16.99 -
YUV 199.92 60.33 140.9 -
System Red Green Blue C M Y K H S L
Decimal 218 214 80 0 0.02 0.63 0.15 58.26 0.65 0.58
Hex DA D6 50 0 2 3F F 3A 41 3A
Octal 332 326 120 0 2 77 17 72 101 72
Binary 11011010 11010110 1010000 0 10 111111 1111 111010 1000001 111010

Color Harmonies of #DAD650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD650

Black with #DAD650

Text Example


Text Example

White with #DAD650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD650; }

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

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

background-color css

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

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

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

border-color css

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

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

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