Html Css Color HEX #DAE64C Manz

📋 copy color: '#DAE64C'

red 218 ◦ green 230 ◦ blue 76

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

Shades of Manz #DAE64C

Tints of Manz #DAE64C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 14.5%

R = 41.6%
G = 43.89%
B = 14.5%

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

#DAE64C (or 0xDAE64C) is known color: Manz. HEX triplet: DA, E6 and 4C. RGB value is (218,230,76). Sum of RGB (Red+Green+Blue) = 218+230+76=524 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.60% from 524); Green value is 230 (90.23% from 255 or 43.89% from 524); Blue value is 76 (30.08% from 255 or 14.50% from 524); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE64C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAE64C is #2519B3. Grayscale: #D1D1D1. Windows color (decimal): -2431412 or 5039834. OLE color: 5039834.

HSL color Cylindrical-coordinate representation of color #DAE64C: hue angle of 64.68º 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 #DAE64C is Cyan = 0.05, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB 218 230 76 -
CMYK 0.05 0 0.67 0.10
HSL 64.68º 0.75% 0.6% -
HSV(B) 64.68º 0.67% 0.9% -
XYZ 58.51 72.02 17.65 -
YUV 208.86 53.02 134.52 -
System Red Green Blue C M Y K H S L
Decimal 218 230 76 0.05 0 0.67 0.10 64.68 0.75 0.6
Hex DA E6 4C 5 0 43 A 41 4B 3C
Octal 332 346 114 5 0 103 12 101 113 74
Binary 11011010 11100110 1001100 101 0 1000011 1010 1000001 1001011 111100

Color Harmonies of #DAE64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE64C

Black with #DAE64C

Text Example


Text Example

White with #DAE64C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE64C; }

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

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

background-color css

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

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

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

border-color css

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

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

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