Html Css Color HEX #DAE053 Manz

📋 copy color: '#DAE053'

red 218 ◦ green 224 ◦ blue 83

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

Shades of Manz #DAE053

Tints of Manz #DAE053

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.67%

 BLUE value IS 83 (32.81% from 255) = 15.81%

R = 41.52%
G = 42.67%
B = 15.81%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#DAE053 (or 0xDAE053) is known color: Manz. HEX triplet: DA, E0 and 53. RGB value is (218,224,83). Sum of RGB (Red+Green+Blue) = 218+224+83=525 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.52% from 525); Green value is 224 (87.89% from 255 or 42.67% from 525); Blue value is 83 (32.81% from 255 or 15.81% from 525); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE053 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE053 is #251FAC. Grayscale: #CECECE. Windows color (decimal): -2432941 or 5497050. OLE color: 5497050.

HSL color Cylindrical-coordinate representation of color #DAE053: hue angle of 62.55º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DAE053 is Cyan = 0.03, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.

Color convert

RGB 218 224 83 -
CMYK 0.03 0 0.63 0.12
HSL 62.55º 0.69% 0.6% -
HSV(B) 62.55º 0.63% 0.88% -
XYZ 57.13 68.84 18.46 -
YUV 206.13 58.51 136.46 -
System Red Green Blue C M Y K H S L
Decimal 218 224 83 0.03 0 0.63 0.12 62.55 0.69 0.6
Hex DA E0 53 3 0 3F C 3F 45 3C
Octal 332 340 123 3 0 77 14 77 105 74
Binary 11011010 11100000 1010011 11 0 111111 1100 111111 1000101 111100

Color Harmonies of #DAE053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE053

Black with #DAE053

Text Example


Text Example

White with #DAE053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE053; }

 p { color: rgb(218,224,83); }

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

background-color css

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

 a { background-color: rgb(218,224,83); }

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

border-color css

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

 span { border-color: rgb(218,224,83); }

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