Html Css Color HEX #DAD956 Manz

📋 copy color: '#DAD956'

red 218 ◦ green 217 ◦ blue 86

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

Shades of Manz #DAD956

Tints of Manz #DAD956

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.65%

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

R = 41.84%
G = 41.65%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DAD956 (or 0xDAD956) is known color: Manz. HEX triplet: DA, D9 and 56. RGB value is (218,217,86). Sum of RGB (Red+Green+Blue) = 218+217+86=521 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.84% from 521); Green value is 217 (85.16% from 255 or 41.65% from 521); Blue value is 86 (33.98% from 255 or 16.51% from 521); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD956 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD956 is #2526A9. Grayscale: #CACACA. Windows color (decimal): -2434730 or 5691866. OLE color: 5691866.

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

Color convert

RGB 218 217 86 -
CMYK 0 0.00 0.61 0.15
HSL 59.55º 0.64% 0.6% -
HSV(B) 59.55º 0.61% 0.85% -
XYZ 55.41 65.2 18.47 -
YUV 202.37 62.33 139.15 -
System Red Green Blue C M Y K H S L
Decimal 218 217 86 0 0.00 0.61 0.15 59.55 0.64 0.6
Hex DA D9 56 0 0 3D F 3C 40 3C
Octal 332 331 126 0 0 75 17 74 100 74
Binary 11011010 11011001 1010110 0 0 111101 1111 111100 1000000 111100

Color Harmonies of #DAD956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD956

Black with #DAD956

Text Example


Text Example

White with #DAD956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD956; }

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

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

background-color css

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

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

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

border-color css

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

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

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