Html Css Color HEX #DAD056 Manz

📋 copy color: '#DAD056'

red 218 ◦ green 208 ◦ blue 86

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

Shades of Manz #DAD056

Tints of Manz #DAD056

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.63%

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

R = 42.58%
G = 40.63%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DAD056 (or 0xDAD056) is known color: Manz. HEX triplet: DA, D0 and 56. RGB value is (218,208,86). Sum of RGB (Red+Green+Blue) = 218+208+86=512 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.58% from 512); Green value is 208 (81.64% from 255 or 40.62% from 512); Blue value is 86 (33.98% from 255 or 16.80% from 512); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD056 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD056 is #252FA9. Grayscale: #C5C5C5. Windows color (decimal): -2437034 or 5689562. OLE color: 5689562.

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

Color convert

RGB 218 208 86 -
CMYK 0 0.05 0.61 0.15
HSL 55.45º 0.64% 0.6% -
HSV(B) 55.45º 0.61% 0.85% -
XYZ 53.15 60.69 17.72 -
YUV 197.08 65.31 142.92 -
System Red Green Blue C M Y K H S L
Decimal 218 208 86 0 0.05 0.61 0.15 55.45 0.64 0.6
Hex DA D0 56 0 5 3D F 37 40 3C
Octal 332 320 126 0 5 75 17 67 100 74
Binary 11011010 11010000 1010110 0 101 111101 1111 110111 1000000 111100

Color Harmonies of #DAD056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD056

Black with #DAD056

Text Example


Text Example

White with #DAD056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD056; }

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

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

background-color css

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

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

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

border-color css

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

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

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