Html Css Color HEX #DAD057 Manz

📋 copy color: '#DAD057'

red 218 ◦ green 208 ◦ blue 87

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

Shades of Manz #DAD057

Tints of Manz #DAD057

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.55%

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

R = 42.5%
G = 40.55%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#DAD057 (or 0xDAD057) is known color: Manz. HEX triplet: DA, D0 and 57. RGB value is (218,208,87). Sum of RGB (Red+Green+Blue) = 218+208+87=513 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.50% from 513); Green value is 208 (81.64% from 255 or 40.55% from 513); Blue value is 87 (34.38% from 255 or 16.96% from 513); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD057 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD057 is #252FA8. Grayscale: #C5C5C5. Windows color (decimal): -2437033 or 5755098. OLE color: 5755098.

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

Color convert

RGB 218 208 87 -
CMYK 0 0.05 0.60 0.15
HSL 55.42º 0.64% 0.6% -
HSV(B) 55.42º 0.6% 0.85% -
XYZ 53.19 60.71 17.93 -
YUV 197.2 65.81 142.84 -
System Red Green Blue C M Y K H S L
Decimal 218 208 87 0 0.05 0.60 0.15 55.42 0.64 0.6
Hex DA D0 57 0 5 3C F 37 40 3C
Octal 332 320 127 0 5 74 17 67 100 74
Binary 11011010 11010000 1010111 0 101 111100 1111 110111 1000000 111100

Color Harmonies of #DAD057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD057

Black with #DAD057

Text Example


Text Example

White with #DAD057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD057; }

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

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

background-color css

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

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

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

border-color css

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

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

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