Html Css Color HEX #DAD459 Manz

📋 copy color: '#DAD459'

red 218 ◦ green 212 ◦ blue 89

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

Shades of Manz #DAD459

Tints of Manz #DAD459

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.85%

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

R = 42%
G = 40.85%
B = 17.15%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#DAD459 (or 0xDAD459) is known color: Manz. HEX triplet: DA, D4 and 59. RGB value is (218,212,89). Sum of RGB (Red+Green+Blue) = 218+212+89=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 212 (83.20% from 255 or 40.85% from 519); Blue value is 89 (35.16% from 255 or 17.15% from 519); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD459 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD459 is #252BA6. Grayscale: #C8C8C8. Windows color (decimal): -2436007 or 5887194. OLE color: 5887194.

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

Color convert

RGB 218 212 89 -
CMYK 0 0.03 0.59 0.15
HSL 57.21º 0.64% 0.6% -
HSV(B) 57.21º 0.59% 0.85% -
XYZ 54.26 62.71 18.7 -
YUV 199.77 65.49 141 -
System Red Green Blue C M Y K H S L
Decimal 218 212 89 0 0.03 0.59 0.15 57.21 0.64 0.6
Hex DA D4 59 0 3 3B F 39 40 3C
Octal 332 324 131 0 3 73 17 71 100 74
Binary 11011010 11010100 1011001 0 11 111011 1111 111001 1000000 111100

Color Harmonies of #DAD459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD459

Black with #DAD459

Text Example


Text Example

White with #DAD459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD459; }

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

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

background-color css

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

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

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

border-color css

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

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

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