Html Css Color HEX #DAE55C Manz

📋 copy color: '#DAE55C'

red 218 ◦ green 229 ◦ blue 92

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

Shades of Manz #DAE55C

Tints of Manz #DAE55C

RGB

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

 GREEN value IS 229 (89.84% from 255) = 42.49%

 BLUE value IS 92 (36.33% from 255) = 17.07%

R = 40.45%
G = 42.49%
B = 17.07%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#DAE55C (or 0xDAE55C) is known color: Manz. HEX triplet: DA, E5 and 5C. RGB value is (218,229,92). Sum of RGB (Red+Green+Blue) = 218+229+92=539 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.45% from 539); Green value is 229 (89.84% from 255 or 42.49% from 539); Blue value is 92 (36.33% from 255 or 17.07% from 539); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE55C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE55C is #251AA3. Grayscale: #D2D2D2. Windows color (decimal): -2431652 or 6088154. OLE color: 6088154.

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

Color convert

RGB 218 229 92 -
CMYK 0.05 0 0.60 0.10
HSL 64.82º 0.72% 0.63% -
HSV(B) 64.82º 0.6% 0.9% -
XYZ 58.86 71.72 20.87 -
YUV 210.09 61.36 133.64 -
System Red Green Blue C M Y K H S L
Decimal 218 229 92 0.05 0 0.60 0.10 64.82 0.72 0.63
Hex DA E5 5C 5 0 3C A 41 48 3F
Octal 332 345 134 5 0 74 12 101 110 77
Binary 11011010 11100101 1011100 101 0 111100 1010 1000001 1001000 111111

Color Harmonies of #DAE55C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE55C

Black with #DAE55C

Text Example


Text Example

White with #DAE55C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE55C; }

 p { color: rgb(218,229,92); }

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

background-color css

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

 a { background-color: rgb(218,229,92); }

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

border-color css

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

 span { border-color: rgb(218,229,92); }

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