Html Css Color HEX #DAD156 Manz

📋 copy color: '#DAD156'

red 218 ◦ green 209 ◦ blue 86

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

Shades of Manz #DAD156

Tints of Manz #DAD156

RGB

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

 GREEN value IS 209 (82.03% from 255) = 40.74%

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

R = 42.5%
G = 40.74%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DAD156 (or 0xDAD156) is known color: Manz. HEX triplet: DA, D1 and 56. RGB value is (218,209,86). Sum of RGB (Red+Green+Blue) = 218+209+86=513 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.50% from 513); Green value is 209 (82.03% from 255 or 40.74% from 513); Blue value is 86 (33.98% from 255 or 16.76% from 513); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD156 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD156 is #252EA9. Grayscale: #C6C6C6. Windows color (decimal): -2436778 or 5689818. OLE color: 5689818.

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

Color convert

RGB 218 209 86 -
CMYK 0 0.04 0.61 0.15
HSL 55.91º 0.64% 0.6% -
HSV(B) 55.91º 0.61% 0.85% -
XYZ 53.39 61.18 17.8 -
YUV 197.67 64.98 142.5 -
System Red Green Blue C M Y K H S L
Decimal 218 209 86 0 0.04 0.61 0.15 55.91 0.64 0.6
Hex DA D1 56 0 4 3D F 38 40 3C
Octal 332 321 126 0 4 75 17 70 100 74
Binary 11011010 11010001 1010110 0 100 111101 1111 111000 1000000 111100

Color Harmonies of #DAD156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD156

Black with #DAD156

Text Example


Text Example

White with #DAD156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD156; }

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

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

background-color css

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

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

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

border-color css

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

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

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