Html Css Color HEX #DAD450 Manz

📋 copy color: '#DAD450'

red 218 ◦ green 212 ◦ blue 80

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

Shades of Manz #DAD450

Tints of Manz #DAD450

RGB

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

 GREEN value IS 212 (83.2% from 255) = 41.57%

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

R = 42.75%
G = 41.57%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#DAD450 (or 0xDAD450) is known color: Manz. HEX triplet: DA, D4 and 50. RGB value is (218,212,80). Sum of RGB (Red+Green+Blue) = 218+212+80=510 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.75% from 510); Green value is 212 (83.20% from 255 or 41.57% from 510); Blue value is 80 (31.64% from 255 or 15.69% from 510); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD450 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD450 is #252BAF. Grayscale: #C7C7C7. Windows color (decimal): -2436016 or 5297370. OLE color: 5297370.

HSL color Cylindrical-coordinate representation of color #DAD450: hue angle of 57.39º 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 #DAD450 is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 212 80 -
CMYK 0 0.03 0.63 0.15
HSL 57.39º 0.65% 0.58% -
HSV(B) 57.39º 0.63% 0.85% -
XYZ 53.9 62.57 16.83 -
YUV 198.75 60.99 141.73 -
System Red Green Blue C M Y K H S L
Decimal 218 212 80 0 0.03 0.63 0.15 57.39 0.65 0.58
Hex DA D4 50 0 3 3F F 39 41 3A
Octal 332 324 120 0 3 77 17 71 101 72
Binary 11011010 11010100 1010000 0 11 111111 1111 111001 1000001 111010

Color Harmonies of #DAD450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD450

Black with #DAD450

Text Example


Text Example

White with #DAD450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD450; }

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

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

background-color css

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

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

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

border-color css

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

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

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