Html Css Color HEX #DAE057 Manz

📋 copy color: '#DAE057'

red 218 ◦ green 224 ◦ blue 87

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

Shades of Manz #DAE057

Tints of Manz #DAE057

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.34%

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

R = 41.21%
G = 42.34%
B = 16.45%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.61

 K value IS 0.12

RGB Variations

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

Color information

#DAE057 (or 0xDAE057) is known color: Manz. HEX triplet: DA, E0 and 57. RGB value is (218,224,87). Sum of RGB (Red+Green+Blue) = 218+224+87=529 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.21% from 529); Green value is 224 (87.89% from 255 or 42.34% from 529); Blue value is 87 (34.38% from 255 or 16.45% from 529); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE057 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE057 is #251FA8. Grayscale: #CFCFCF. Windows color (decimal): -2432937 or 5759194. OLE color: 5759194.

HSL color Cylindrical-coordinate representation of color #DAE057: hue angle of 62.63º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DAE057 is Cyan = 0.03, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.12.

Color convert

RGB 218 224 87 -
CMYK 0.03 0 0.61 0.12
HSL 62.63º 0.69% 0.61% -
HSV(B) 62.63º 0.61% 0.88% -
XYZ 57.29 68.9 19.3 -
YUV 206.59 60.51 136.14 -
System Red Green Blue C M Y K H S L
Decimal 218 224 87 0.03 0 0.61 0.12 62.63 0.69 0.61
Hex DA E0 57 3 0 3D C 3F 45 3D
Octal 332 340 127 3 0 75 14 77 105 75
Binary 11011010 11100000 1010111 11 0 111101 1100 111111 1000101 111101

Color Harmonies of #DAE057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE057

Black with #DAE057

Text Example


Text Example

White with #DAE057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE057; }

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

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

background-color css

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

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

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

border-color css

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

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

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