Html Css Color HEX #DAED53 Manz

📋 copy color: '#DAED53'

red 218 ◦ green 237 ◦ blue 83

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

Shades of Manz #DAED53

Tints of Manz #DAED53

RGB

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

 GREEN value IS 237 (92.97% from 255) = 44.05%

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

R = 40.52%
G = 44.05%
B = 15.43%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#DAED53 (or 0xDAED53) is known color: Manz. HEX triplet: DA, ED and 53. RGB value is (218,237,83). Sum of RGB (Red+Green+Blue) = 218+237+83=538 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.52% from 538); Green value is 237 (92.97% from 255 or 44.05% from 538); Blue value is 83 (32.81% from 255 or 15.43% from 538); Max value from RGB is 237 - color contains mainly: green. Hex color #DAED53 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAED53 is #2512AC. Grayscale: #D6D6D6. Windows color (decimal): -2429613 or 5500378. OLE color: 5500378.

HSL color Cylindrical-coordinate representation of color #DAED53: hue angle of 67.4º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DAED53 is Cyan = 0.08, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB 218 237 83 -
CMYK 0.08 0 0.65 0.07
HSL 67.4º 0.81% 0.63% -
HSV(B) 67.4º 0.65% 0.93% -
XYZ 60.76 76.1 19.67 -
YUV 213.76 54.21 131.02 -
System Red Green Blue C M Y K H S L
Decimal 218 237 83 0.08 0 0.65 0.07 67.4 0.81 0.63
Hex DA ED 53 8 0 41 7 43 51 3F
Octal 332 355 123 10 0 101 7 103 121 77
Binary 11011010 11101101 1010011 1000 0 1000001 111 1000011 1010001 111111

Color Harmonies of #DAED53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAED53

Black with #DAED53

Text Example


Text Example

White with #DAED53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAED53; }

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

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

background-color css

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

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

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

border-color css

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

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

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