Html Css Color HEX #DAE45B Manz

📋 copy color: '#DAE45B'

red 218 ◦ green 228 ◦ blue 91

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

Shades of Manz #DAE45B

Tints of Manz #DAE45B

RGB

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

 GREEN value IS 228 (89.45% from 255) = 42.46%

 BLUE value IS 91 (35.94% from 255) = 16.95%

R = 40.6%
G = 42.46%
B = 16.95%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.60

 K value IS 0.11

RGB Variations

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

Color information

#DAE45B (or 0xDAE45B) is known color: Manz. HEX triplet: DA, E4 and 5B. RGB value is (218,228,91). Sum of RGB (Red+Green+Blue) = 218+228+91=537 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.60% from 537); Green value is 228 (89.45% from 255 or 42.46% from 537); Blue value is 91 (35.94% from 255 or 16.95% from 537); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE45B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE45B is #251BA4. Grayscale: #D1D1D1. Windows color (decimal): -2431909 or 6022362. OLE color: 6022362.

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

Color convert

RGB 218 228 91 -
CMYK 0.04 0 0.60 0.11
HSL 64.38º 0.72% 0.63% -
HSV(B) 64.38º 0.6% 0.89% -
XYZ 58.55 71.15 20.54 -
YUV 209.39 61.19 134.14 -
System Red Green Blue C M Y K H S L
Decimal 218 228 91 0.04 0 0.60 0.11 64.38 0.72 0.63
Hex DA E4 5B 4 0 3C B 40 48 3F
Octal 332 344 133 4 0 74 13 100 110 77
Binary 11011010 11100100 1011011 100 0 111100 1011 1000000 1001000 111111

Color Harmonies of #DAE45B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE45B

Black with #DAE45B

Text Example


Text Example

White with #DAE45B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE45B; }

 p { color: rgb(218,228,91); }

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

background-color css

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

 a { background-color: rgb(218,228,91); }

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

border-color css

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

 span { border-color: rgb(218,228,91); }

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