Html Css Color HEX #DAE15A Manz

📋 copy color: '#DAE15A'

red 218 ◦ green 225 ◦ blue 90

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

Shades of Manz #DAE15A

Tints of Manz #DAE15A

RGB

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

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

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

R = 40.9%
G = 42.21%
B = 16.89%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#DAE15A (or 0xDAE15A) is known color: Manz. HEX triplet: DA, E1 and 5A. RGB value is (218,225,90). Sum of RGB (Red+Green+Blue) = 218+225+90=533 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.90% from 533); Green value is 225 (88.28% from 255 or 42.21% from 533); Blue value is 90 (35.55% from 255 or 16.89% from 533); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE15A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE15A is #251EA5. Grayscale: #D0D0D0. Windows color (decimal): -2432678 or 5956058. OLE color: 5956058.

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

Color convert

RGB 218 225 90 -
CMYK 0.03 0 0.60 0.12
HSL 63.11º 0.69% 0.62% -
HSV(B) 63.11º 0.6% 0.88% -
XYZ 57.68 69.49 20.05 -
YUV 207.52 61.68 135.48 -
System Red Green Blue C M Y K H S L
Decimal 218 225 90 0.03 0 0.60 0.12 63.11 0.69 0.62
Hex DA E1 5A 3 0 3C C 3F 45 3E
Octal 332 341 132 3 0 74 14 77 105 76
Binary 11011010 11100001 1011010 11 0 111100 1100 111111 1000101 111110

Color Harmonies of #DAE15A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE15A

Black with #DAE15A

Text Example


Text Example

White with #DAE15A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE15A; }

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

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

background-color css

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

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

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

border-color css

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

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

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