Html Css Color HEX #DAD656 Manz

📋 copy color: '#DAD656'

red 218 ◦ green 214 ◦ blue 86

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

Shades of Manz #DAD656

Tints of Manz #DAD656

RGB

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

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

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

R = 42.08%
G = 41.31%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DAD656 (or 0xDAD656) is known color: Manz. HEX triplet: DA, D6 and 56. RGB value is (218,214,86). Sum of RGB (Red+Green+Blue) = 218+214+86=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 214 (83.98% from 255 or 41.31% from 518); Blue value is 86 (33.98% from 255 or 16.60% from 518); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD656 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD656 is #2529A9. Grayscale: #C9C9C9. Windows color (decimal): -2435498 or 5691098. OLE color: 5691098.

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

Color convert

RGB 218 214 86 -
CMYK 0 0.02 0.61 0.15
HSL 58.18º 0.64% 0.6% -
HSV(B) 58.18º 0.61% 0.85% -
XYZ 54.64 63.67 18.21 -
YUV 200.6 63.33 140.41 -
System Red Green Blue C M Y K H S L
Decimal 218 214 86 0 0.02 0.61 0.15 58.18 0.64 0.6
Hex DA D6 56 0 2 3D F 3A 40 3C
Octal 332 326 126 0 2 75 17 72 100 74
Binary 11011010 11010110 1010110 0 10 111101 1111 111010 1000000 111100

Color Harmonies of #DAD656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD656

Black with #DAD656

Text Example


Text Example

White with #DAD656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD656; }

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

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

background-color css

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

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

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

border-color css

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

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

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