Html Css Color HEX #DAE056 Manz

📋 copy color: '#DAE056'

red 218 ◦ green 224 ◦ blue 86

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

Shades of Manz #DAE056

Tints of Manz #DAE056

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 16.29%

R = 41.29%
G = 42.42%
B = 16.29%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#DAE056 (or 0xDAE056) is known color: Manz. HEX triplet: DA, E0 and 56. RGB value is (218,224,86). Sum of RGB (Red+Green+Blue) = 218+224+86=528 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.29% from 528); Green value is 224 (87.89% from 255 or 42.42% from 528); Blue value is 86 (33.98% from 255 or 16.29% from 528); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE056 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE056 is #251FA9. Grayscale: #CFCFCF. Windows color (decimal): -2432938 or 5693658. OLE color: 5693658.

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

Color convert

RGB 218 224 86 -
CMYK 0.03 0 0.62 0.12
HSL 62.61º 0.69% 0.61% -
HSV(B) 62.61º 0.62% 0.88% -
XYZ 57.25 68.89 19.08 -
YUV 206.47 60.01 136.22 -
System Red Green Blue C M Y K H S L
Decimal 218 224 86 0.03 0 0.62 0.12 62.61 0.69 0.61
Hex DA E0 56 3 0 3E C 3F 45 3D
Octal 332 340 126 3 0 76 14 77 105 75
Binary 11011010 11100000 1010110 11 0 111110 1100 111111 1000101 111101

Color Harmonies of #DAE056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE056

Black with #DAE056

Text Example


Text Example

White with #DAE056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE056; }

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

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

background-color css

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

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

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

border-color css

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

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

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