Html Css Color HEX #DAE55B Manz

📋 copy color: '#DAE55B'

red 218 ◦ green 229 ◦ blue 91

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

Shades of Manz #DAE55B

Tints of Manz #DAE55B

RGB

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

 GREEN value IS 229 (89.84% from 255) = 42.57%

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

R = 40.52%
G = 42.57%
B = 16.91%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#DAE55B (or 0xDAE55B) is known color: Manz. HEX triplet: DA, E5 and 5B. RGB value is (218,229,91). Sum of RGB (Red+Green+Blue) = 218+229+91=538 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.52% from 538); Green value is 229 (89.84% from 255 or 42.57% from 538); Blue value is 91 (35.94% from 255 or 16.91% from 538); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE55B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE55B is #251AA4. Grayscale: #D2D2D2. Windows color (decimal): -2431653 or 6022618. OLE color: 6022618.

HSL color Cylindrical-coordinate representation of color #DAE55B: hue angle of 64.78º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DAE55B is Cyan = 0.05, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.

Color convert

RGB 218 229 91 -
CMYK 0.05 0 0.60 0.10
HSL 64.78º 0.73% 0.63% -
HSV(B) 64.78º 0.6% 0.9% -
XYZ 58.82 71.7 20.64 -
YUV 209.98 60.86 133.72 -
System Red Green Blue C M Y K H S L
Decimal 218 229 91 0.05 0 0.60 0.10 64.78 0.73 0.63
Hex DA E5 5B 5 0 3C A 41 49 3F
Octal 332 345 133 5 0 74 12 101 111 77
Binary 11011010 11100101 1011011 101 0 111100 1010 1000001 1001001 111111

Color Harmonies of #DAE55B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE55B

Black with #DAE55B

Text Example


Text Example

White with #DAE55B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE55B; }

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

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

background-color css

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

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

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

border-color css

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

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

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