Html Css Color HEX #DAE150 Manz

📋 copy color: '#DAE150'

red 218 ◦ green 225 ◦ blue 80

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

Shades of Manz #DAE150

Tints of Manz #DAE150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 15.3%

R = 41.68%
G = 43.02%
B = 15.3%

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

#DAE150 (or 0xDAE150) is known color: Manz. HEX triplet: DA, E1 and 50. RGB value is (218,225,80). Sum of RGB (Red+Green+Blue) = 218+225+80=523 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.68% from 523); Green value is 225 (88.28% from 255 or 43.02% from 523); Blue value is 80 (31.64% from 255 or 15.30% from 523); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE150 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE150 is #251EAF. Grayscale: #CECECE. Windows color (decimal): -2432688 or 5300698. OLE color: 5300698.

HSL color Cylindrical-coordinate representation of color #DAE150: hue angle of 62.9º 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 #DAE150 is Cyan = 0.03, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB 218 225 80 -
CMYK 0.03 0 0.64 0.12
HSL 62.9º 0.71% 0.6% -
HSV(B) 62.9º 0.64% 0.88% -
XYZ 57.29 69.34 17.95 -
YUV 206.38 56.68 136.29 -
System Red Green Blue C M Y K H S L
Decimal 218 225 80 0.03 0 0.64 0.12 62.9 0.71 0.6
Hex DA E1 50 3 0 40 C 3F 47 3C
Octal 332 341 120 3 0 100 14 77 107 74
Binary 11011010 11100001 1010000 11 0 1000000 1100 111111 1000111 111100

Color Harmonies of #DAE150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE150

Black with #DAE150

Text Example


Text Example

White with #DAE150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE150; }

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

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

background-color css

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

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

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

border-color css

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

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

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