Html Css Color HEX #DAE649 Manz

📋 copy color: '#DAE649'

red 218 ◦ green 230 ◦ blue 73

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

Shades of Manz #DAE649

Tints of Manz #DAE649

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 14.01%

R = 41.84%
G = 44.15%
B = 14.01%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#DAE649 (or 0xDAE649) is known color: Manz. HEX triplet: DA, E6 and 49. RGB value is (218,230,73). Sum of RGB (Red+Green+Blue) = 218+230+73=521 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.84% from 521); Green value is 230 (90.23% from 255 or 44.15% from 521); Blue value is 73 (28.91% from 255 or 14.01% from 521); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE649 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAE649 is #2519B6. Grayscale: #D1D1D1. Windows color (decimal): -2431415 or 4843226. OLE color: 4843226.

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

Color convert

RGB 218 230 73 -
CMYK 0.05 0 0.68 0.10
HSL 64.59º 0.76% 0.59% -
HSV(B) 64.59º 0.68% 0.9% -
XYZ 58.41 71.98 17.12 -
YUV 208.51 51.52 134.77 -
System Red Green Blue C M Y K H S L
Decimal 218 230 73 0.05 0 0.68 0.10 64.59 0.76 0.59
Hex DA E6 49 5 0 44 A 41 4C 3B
Octal 332 346 111 5 0 104 12 101 114 73
Binary 11011010 11100110 1001001 101 0 1000100 1010 1000001 1001100 111011

Color Harmonies of #DAE649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE649

Black with #DAE649

Text Example


Text Example

White with #DAE649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE649; }

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

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

background-color css

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

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

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

border-color css

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

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

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