Html Css Color HEX #DAE151 Manz

📋 copy color: '#DAE151'

red 218 ◦ green 225 ◦ blue 81

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

Shades of Manz #DAE151

Tints of Manz #DAE151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 15.46%

R = 41.6%
G = 42.94%
B = 15.46%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#DAE151 (or 0xDAE151) is known color: Manz. HEX triplet: DA, E1 and 51. RGB value is (218,225,81). Sum of RGB (Red+Green+Blue) = 218+225+81=524 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.60% from 524); Green value is 225 (88.28% from 255 or 42.94% from 524); Blue value is 81 (32.03% from 255 or 15.46% from 524); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE151 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE151 is #251EAE. Grayscale: #CFCFCF. Windows color (decimal): -2432687 or 5366234. OLE color: 5366234.

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

Color convert

RGB 218 225 81 -
CMYK 0.03 0 0.64 0.12
HSL 62.92º 0.71% 0.6% -
HSV(B) 62.92º 0.64% 0.88% -
XYZ 57.32 69.35 18.15 -
YUV 206.49 57.18 136.21 -
System Red Green Blue C M Y K H S L
Decimal 218 225 81 0.03 0 0.64 0.12 62.92 0.71 0.6
Hex DA E1 51 3 0 40 C 3F 47 3C
Octal 332 341 121 3 0 100 14 77 107 74
Binary 11011010 11100001 1010001 11 0 1000000 1100 111111 1000111 111100

Color Harmonies of #DAE151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE151

Black with #DAE151

Text Example


Text Example

White with #DAE151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE151; }

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

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

background-color css

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

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

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

border-color css

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

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

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