Html Css Color HEX #DAD556 Manz

📋 copy color: '#DAD556'

red 218 ◦ green 213 ◦ blue 86

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

Shades of Manz #DAD556

Tints of Manz #DAD556

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.2%

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

R = 42.17%
G = 41.2%
B = 16.63%

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

#DAD556 (or 0xDAD556) is known color: Manz. HEX triplet: DA, D5 and 56. RGB value is (218,213,86). Sum of RGB (Red+Green+Blue) = 218+213+86=517 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.17% from 517); Green value is 213 (83.59% from 255 or 41.20% from 517); Blue value is 86 (33.98% from 255 or 16.63% from 517); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD556 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD556 is #252AA9. Grayscale: #C8C8C8. Windows color (decimal): -2435754 or 5690842. OLE color: 5690842.

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

Color convert

RGB 218 213 86 -
CMYK 0 0.02 0.61 0.15
HSL 57.73º 0.64% 0.6% -
HSV(B) 57.73º 0.61% 0.85% -
XYZ 54.39 63.17 18.13 -
YUV 200.02 63.66 140.83 -
System Red Green Blue C M Y K H S L
Decimal 218 213 86 0 0.02 0.61 0.15 57.73 0.64 0.6
Hex DA D5 56 0 2 3D F 3A 40 3C
Octal 332 325 126 0 2 75 17 72 100 74
Binary 11011010 11010101 1010110 0 10 111101 1111 111010 1000000 111100

Color Harmonies of #DAD556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD556

Black with #DAD556

Text Example


Text Example

White with #DAD556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD556; }

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

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

background-color css

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

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

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

border-color css

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

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

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