Html Css Color HEX #DAE156 Manz

📋 copy color: '#DAE156'

red 218 ◦ green 225 ◦ blue 86

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

Shades of Manz #DAE156

Tints of Manz #DAE156

RGB

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

 GREEN value IS 225 (88.28% from 255) = 42.53%

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

R = 41.21%
G = 42.53%
B = 16.26%

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

#DAE156 (or 0xDAE156) is known color: Manz. HEX triplet: DA, E1 and 56. RGB value is (218,225,86). Sum of RGB (Red+Green+Blue) = 218+225+86=529 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.21% from 529); Green value is 225 (88.28% from 255 or 42.53% from 529); Blue value is 86 (33.98% from 255 or 16.26% from 529); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE156 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE156 is #251EA9. Grayscale: #CFCFCF. Windows color (decimal): -2432682 or 5693914. OLE color: 5693914.

HSL color Cylindrical-coordinate representation of color #DAE156: hue angle of 63.02º degrees, saturation: 0.7, 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 #DAE156 is Cyan = 0.03, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.

Color convert

RGB 218 225 86 -
CMYK 0.03 0 0.62 0.12
HSL 63.02º 0.7% 0.61% -
HSV(B) 63.02º 0.62% 0.88% -
XYZ 57.52 69.43 19.17 -
YUV 207.06 59.68 135.8 -
System Red Green Blue C M Y K H S L
Decimal 218 225 86 0.03 0 0.62 0.12 63.02 0.7 0.61
Hex DA E1 56 3 0 3E C 3F 46 3D
Octal 332 341 126 3 0 76 14 77 106 75
Binary 11011010 11100001 1010110 11 0 111110 1100 111111 1000110 111101

Color Harmonies of #DAE156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE156

Black with #DAE156

Text Example


Text Example

White with #DAE156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE156; }

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

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

background-color css

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

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

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

border-color css

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

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

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