Html Css Color HEX #DAE552 Manz

📋 copy color: '#DAE552'

red 218 ◦ green 229 ◦ blue 82

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

Shades of Manz #DAE552

Tints of Manz #DAE552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 15.5%

R = 41.21%
G = 43.29%
B = 15.5%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.64

 K value IS 0.10

RGB Variations

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

Color information

#DAE552 (or 0xDAE552) is known color: Manz. HEX triplet: DA, E5 and 52. RGB value is (218,229,82). Sum of RGB (Red+Green+Blue) = 218+229+82=529 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.21% from 529); Green value is 229 (89.84% from 255 or 43.29% from 529); Blue value is 82 (32.42% from 255 or 15.50% from 529); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE552 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE552 is #251AAD. Grayscale: #D1D1D1. Windows color (decimal): -2431662 or 5432794. OLE color: 5432794.

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

Color convert

RGB 218 229 82 -
CMYK 0.05 0 0.64 0.10
HSL 64.49º 0.74% 0.61% -
HSV(B) 64.49º 0.64% 0.9% -
XYZ 58.46 71.55 18.71 -
YUV 208.95 56.36 134.45 -
System Red Green Blue C M Y K H S L
Decimal 218 229 82 0.05 0 0.64 0.10 64.49 0.74 0.61
Hex DA E5 52 5 0 40 A 40 4A 3D
Octal 332 345 122 5 0 100 12 100 112 75
Binary 11011010 11100101 1010010 101 0 1000000 1010 1000000 1001010 111101

Color Harmonies of #DAE552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE552

Black with #DAE552

Text Example


Text Example

White with #DAE552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE552; }

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

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

background-color css

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

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

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

border-color css

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

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

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