Html Css Color HEX #DAD456 Manz

📋 copy color: '#DAD456'

red 218 ◦ green 212 ◦ blue 86

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

Shades of Manz #DAD456

Tints of Manz #DAD456

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 16.67%

R = 42.25%
G = 41.09%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DAD456 (or 0xDAD456) is known color: Manz. HEX triplet: DA, D4 and 56. RGB value is (218,212,86). Sum of RGB (Red+Green+Blue) = 218+212+86=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 212 (83.20% from 255 or 41.09% from 516); Blue value is 86 (33.98% from 255 or 16.67% from 516); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD456 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD456 is #252BA9. Grayscale: #C7C7C7. Windows color (decimal): -2436010 or 5690586. OLE color: 5690586.

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

Color convert

RGB 218 212 86 -
CMYK 0 0.03 0.61 0.15
HSL 57.27º 0.64% 0.6% -
HSV(B) 57.27º 0.61% 0.85% -
XYZ 54.14 62.66 18.05 -
YUV 199.43 63.99 141.25 -
System Red Green Blue C M Y K H S L
Decimal 218 212 86 0 0.03 0.61 0.15 57.27 0.64 0.6
Hex DA D4 56 0 3 3D F 39 40 3C
Octal 332 324 126 0 3 75 17 71 100 74
Binary 11011010 11010100 1010110 0 11 111101 1111 111001 1000000 111100

Color Harmonies of #DAD456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD456

Black with #DAD456

Text Example


Text Example

White with #DAD456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD456; }

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

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

background-color css

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

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

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

border-color css

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

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

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