Html Css Color HEX #DAD159 Manz

📋 copy color: '#DAD159'

red 218 ◦ green 209 ◦ blue 89

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

Shades of Manz #DAD159

Tints of Manz #DAD159

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 17.25%

R = 42.25%
G = 40.5%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#DAD159 (or 0xDAD159) is known color: Manz. HEX triplet: DA, D1 and 59. RGB value is (218,209,89). Sum of RGB (Red+Green+Blue) = 218+209+89=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 209 (82.03% from 255 or 40.50% from 516); Blue value is 89 (35.16% from 255 or 17.25% from 516); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD159 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD159 is #252EA6. Grayscale: #C6C6C6. Windows color (decimal): -2436775 or 5886426. OLE color: 5886426.

HSL color Cylindrical-coordinate representation of color #DAD159: hue angle of 55.81º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DAD159 is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 209 89 -
CMYK 0 0.04 0.59 0.15
HSL 55.81º 0.64% 0.6% -
HSV(B) 55.81º 0.59% 0.85% -
XYZ 53.52 61.23 18.45 -
YUV 198.01 66.48 142.26 -
System Red Green Blue C M Y K H S L
Decimal 218 209 89 0 0.04 0.59 0.15 55.81 0.64 0.6
Hex DA D1 59 0 4 3B F 38 40 3C
Octal 332 321 131 0 4 73 17 70 100 74
Binary 11011010 11010001 1011001 0 100 111011 1111 111000 1000000 111100

Color Harmonies of #DAD159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD159

Black with #DAD159

Text Example


Text Example

White with #DAD159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD159; }

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

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

background-color css

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

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

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

border-color css

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

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

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