Html Css Color HEX #DAE64D Manz

📋 copy color: '#DAE64D'

red 218 ◦ green 230 ◦ blue 77

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

Shades of Manz #DAE64D

Tints of Manz #DAE64D

RGB

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

 GREEN value IS 230 (90.23% from 255) = 43.81%

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

R = 41.52%
G = 43.81%
B = 14.67%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#DAE64D (or 0xDAE64D) is known color: Manz. HEX triplet: DA, E6 and 4D. RGB value is (218,230,77). Sum of RGB (Red+Green+Blue) = 218+230+77=525 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.52% from 525); Green value is 230 (90.23% from 255 or 43.81% from 525); Blue value is 77 (30.47% from 255 or 14.67% from 525); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE64D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE64D is #2519B2. Grayscale: #D1D1D1. Windows color (decimal): -2431411 or 5105370. OLE color: 5105370.

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

Color convert

RGB 218 230 77 -
CMYK 0.05 0 0.67 0.10
HSL 64.71º 0.75% 0.6% -
HSV(B) 64.71º 0.67% 0.9% -
XYZ 58.55 72.03 17.84 -
YUV 208.97 53.52 134.44 -
System Red Green Blue C M Y K H S L
Decimal 218 230 77 0.05 0 0.67 0.10 64.71 0.75 0.6
Hex DA E6 4D 5 0 43 A 41 4B 3C
Octal 332 346 115 5 0 103 12 101 113 74
Binary 11011010 11100110 1001101 101 0 1000011 1010 1000001 1001011 111100

Color Harmonies of #DAE64D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE64D

Black with #DAE64D

Text Example


Text Example

White with #DAE64D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE64D; }

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

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

background-color css

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

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

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

border-color css

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

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

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