Html Css Color HEX #DAE35A Manz

📋 copy color: '#DAE35A'

red 218 ◦ green 227 ◦ blue 90

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

Shades of Manz #DAE35A

Tints of Manz #DAE35A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 16.82%

R = 40.75%
G = 42.43%
B = 16.82%

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

#DAE35A (or 0xDAE35A) is known color: Manz. HEX triplet: DA, E3 and 5A. RGB value is (218,227,90). Sum of RGB (Red+Green+Blue) = 218+227+90=535 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.75% from 535); Green value is 227 (89.06% from 255 or 42.43% from 535); Blue value is 90 (35.55% from 255 or 16.82% from 535); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE35A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE35A is #251CA5. Grayscale: #D1D1D1. Windows color (decimal): -2432166 or 5956570. OLE color: 5956570.

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

Color convert

RGB 218 227 90 -
CMYK 0.04 0 0.60 0.11
HSL 63.94º 0.71% 0.62% -
HSV(B) 63.94º 0.6% 0.89% -
XYZ 58.23 70.58 20.23 -
YUV 208.69 61.02 134.64 -
System Red Green Blue C M Y K H S L
Decimal 218 227 90 0.04 0 0.60 0.11 63.94 0.71 0.62
Hex DA E3 5A 4 0 3C B 40 47 3E
Octal 332 343 132 4 0 74 13 100 107 76
Binary 11011010 11100011 1011010 100 0 111100 1011 1000000 1000111 111110

Color Harmonies of #DAE35A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE35A

Black with #DAE35A

Text Example


Text Example

White with #DAE35A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE35A; }

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

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

background-color css

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

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

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

border-color css

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

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

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