Html Css Color HEX #DAE14D Manz

📋 copy color: '#DAE14D'

red 218 ◦ green 225 ◦ blue 77

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

Shades of Manz #DAE14D

Tints of Manz #DAE14D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 14.81%

R = 41.92%
G = 43.27%
B = 14.81%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#DAE14D (or 0xDAE14D) is known color: Manz. HEX triplet: DA, E1 and 4D. RGB value is (218,225,77). Sum of RGB (Red+Green+Blue) = 218+225+77=520 (68% of max value = 765). Red value is 218 (85.55% from 255 or 41.92% from 520); Green value is 225 (88.28% from 255 or 43.27% from 520); Blue value is 77 (30.47% from 255 or 14.81% from 520); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE14D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE14D is #251EB2. Grayscale: #CECECE. Windows color (decimal): -2432691 or 5104090. OLE color: 5104090.

HSL color Cylindrical-coordinate representation of color #DAE14D: hue angle of 62.84º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DAE14D is Cyan = 0.03, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB 218 225 77 -
CMYK 0.03 0 0.66 0.12
HSL 62.84º 0.71% 0.59% -
HSV(B) 62.84º 0.66% 0.88% -
XYZ 57.18 69.29 17.38 -
YUV 206.04 55.18 136.53 -
System Red Green Blue C M Y K H S L
Decimal 218 225 77 0.03 0 0.66 0.12 62.84 0.71 0.59
Hex DA E1 4D 3 0 42 C 3F 47 3B
Octal 332 341 115 3 0 102 14 77 107 73
Binary 11011010 11100001 1001101 11 0 1000010 1100 111111 1000111 111011

Color Harmonies of #DAE14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE14D

Black with #DAE14D

Text Example


Text Example

White with #DAE14D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE14D; }

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

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

background-color css

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

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

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

border-color css

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

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

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