Html Css Color HEX #DAE452 Manz

📋 copy color: '#DAE452'

red 218 ◦ green 228 ◦ blue 82

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

Shades of Manz #DAE452

Tints of Manz #DAE452

RGB

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

 GREEN value IS 228 (89.45% from 255) = 43.18%

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

R = 41.29%
G = 43.18%
B = 15.53%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.64

 K value IS 0.11

RGB Variations

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

Color information

#DAE452 (or 0xDAE452) is known color: Manz. HEX triplet: DA, E4 and 52. RGB value is (218,228,82). Sum of RGB (Red+Green+Blue) = 218+228+82=528 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.29% from 528); Green value is 228 (89.45% from 255 or 43.18% from 528); Blue value is 82 (32.42% from 255 or 15.53% from 528); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE452 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE452 is #251BAD. Grayscale: #D0D0D0. Windows color (decimal): -2431918 or 5432538. OLE color: 5432538.

HSL color Cylindrical-coordinate representation of color #DAE452: hue angle of 64.11º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DAE452 is Cyan = 0.04, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.11.

Color convert

RGB 218 228 82 -
CMYK 0.04 0 0.64 0.11
HSL 64.11º 0.73% 0.61% -
HSV(B) 64.11º 0.64% 0.89% -
XYZ 58.18 71 18.62 -
YUV 208.37 56.69 134.87 -
System Red Green Blue C M Y K H S L
Decimal 218 228 82 0.04 0 0.64 0.11 64.11 0.73 0.61
Hex DA E4 52 4 0 40 B 40 49 3D
Octal 332 344 122 4 0 100 13 100 111 75
Binary 11011010 11100100 1010010 100 0 1000000 1011 1000000 1001001 111101

Color Harmonies of #DAE452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE452

Black with #DAE452

Text Example


Text Example

White with #DAE452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE452; }

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

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

background-color css

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

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

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

border-color css

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

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

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