Html Css Color HEX #DAD457 Manz

📋 copy color: '#DAD457'

red 218 ◦ green 212 ◦ blue 87

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

Shades of Manz #DAD457

Tints of Manz #DAD457

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 16.83%

R = 42.17%
G = 41.01%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#DAD457 (or 0xDAD457) is known color: Manz. HEX triplet: DA, D4 and 57. RGB value is (218,212,87). Sum of RGB (Red+Green+Blue) = 218+212+87=517 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.17% from 517); Green value is 212 (83.20% from 255 or 41.01% from 517); Blue value is 87 (34.38% from 255 or 16.83% from 517); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD457 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD457 is #252BA8. Grayscale: #C8C8C8. Windows color (decimal): -2436009 or 5756122. OLE color: 5756122.

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

Color convert

RGB 218 212 87 -
CMYK 0 0.03 0.60 0.15
HSL 57.25º 0.64% 0.6% -
HSV(B) 57.25º 0.6% 0.85% -
XYZ 54.18 62.68 18.26 -
YUV 199.54 64.49 141.16 -
System Red Green Blue C M Y K H S L
Decimal 218 212 87 0 0.03 0.60 0.15 57.25 0.64 0.6
Hex DA D4 57 0 3 3C F 39 40 3C
Octal 332 324 127 0 3 74 17 71 100 74
Binary 11011010 11010100 1010111 0 11 111100 1111 111001 1000000 111100

Color Harmonies of #DAD457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD457

Black with #DAD457

Text Example


Text Example

White with #DAD457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD457; }

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

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

background-color css

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

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

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

border-color css

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

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

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