Html Css Color HEX #DAD557 Manz

📋 copy color: '#DAD557'

red 218 ◦ green 213 ◦ blue 87

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

Shades of Manz #DAD557

Tints of Manz #DAD557

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.12%

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

R = 42.08%
G = 41.12%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#DAD557 (or 0xDAD557) is known color: Manz. HEX triplet: DA, D5 and 57. RGB value is (218,213,87). Sum of RGB (Red+Green+Blue) = 218+213+87=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 213 (83.59% from 255 or 41.12% from 518); Blue value is 87 (34.38% from 255 or 16.80% from 518); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD557 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD557 is #252AA8. Grayscale: #C8C8C8. Windows color (decimal): -2435753 or 5756378. OLE color: 5756378.

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

Color convert

RGB 218 213 87 -
CMYK 0 0.02 0.60 0.15
HSL 57.71º 0.64% 0.6% -
HSV(B) 57.71º 0.6% 0.85% -
XYZ 54.43 63.18 18.34 -
YUV 200.13 64.16 140.75 -
System Red Green Blue C M Y K H S L
Decimal 218 213 87 0 0.02 0.60 0.15 57.71 0.64 0.6
Hex DA D5 57 0 2 3C F 3A 40 3C
Octal 332 325 127 0 2 74 17 72 100 74
Binary 11011010 11010101 1010111 0 10 111100 1111 111010 1000000 111100

Color Harmonies of #DAD557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD557

Black with #DAD557

Text Example


Text Example

White with #DAD557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD557; }

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

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

background-color css

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

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

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

border-color css

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

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

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