Html Css Color HEX #DAE356 Manz

📋 copy color: '#DAE356'

red 218 ◦ green 227 ◦ blue 86

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

Shades of Manz #DAE356

Tints of Manz #DAE356

RGB

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

 GREEN value IS 227 (89.06% from 255) = 42.75%

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

R = 41.05%
G = 42.75%
B = 16.2%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.62

 K value IS 0.11

RGB Variations

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

Color information

#DAE356 (or 0xDAE356) is known color: Manz. HEX triplet: DA, E3 and 56. RGB value is (218,227,86). Sum of RGB (Red+Green+Blue) = 218+227+86=531 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.05% from 531); Green value is 227 (89.06% from 255 or 42.75% from 531); Blue value is 86 (33.98% from 255 or 16.20% from 531); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE356 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE356 is #251CA9. Grayscale: #D0D0D0. Windows color (decimal): -2432170 or 5694426. OLE color: 5694426.

HSL color Cylindrical-coordinate representation of color #DAE356: hue angle of 63.83º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DAE356 is Cyan = 0.04, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.11.

Color convert

RGB 218 227 86 -
CMYK 0.04 0 0.62 0.11
HSL 63.83º 0.72% 0.61% -
HSV(B) 63.83º 0.62% 0.89% -
XYZ 58.06 70.52 19.35 -
YUV 208.24 59.02 134.96 -
System Red Green Blue C M Y K H S L
Decimal 218 227 86 0.04 0 0.62 0.11 63.83 0.72 0.61
Hex DA E3 56 4 0 3E B 40 48 3D
Octal 332 343 126 4 0 76 13 100 110 75
Binary 11011010 11100011 1010110 100 0 111110 1011 1000000 1001000 111101

Color Harmonies of #DAE356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE356

Black with #DAE356

Text Example


Text Example

White with #DAE356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE356; }

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

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

background-color css

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

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

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

border-color css

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

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

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