Html Css Color HEX #DAED4A Manz

📋 copy color: '#DAED4A'

red 218 ◦ green 237 ◦ blue 74

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

Shades of Manz #DAED4A

Tints of Manz #DAED4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 13.99%

R = 41.21%
G = 44.8%
B = 13.99%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#DAED4A (or 0xDAED4A) is known color: Manz. HEX triplet: DA, ED and 4A. RGB value is (218,237,74). Sum of RGB (Red+Green+Blue) = 218+237+74=529 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.21% from 529); Green value is 237 (92.97% from 255 or 44.80% from 529); Blue value is 74 (29.30% from 255 or 13.99% from 529); Max value from RGB is 237 - color contains mainly: green. Hex color #DAED4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAED4A is #2512B5. Grayscale: #D5D5D5. Windows color (decimal): -2429622 or 4910554. OLE color: 4910554.

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

Color convert

RGB 218 237 74 -
CMYK 0.08 0 0.69 0.07
HSL 66.99º 0.82% 0.61% -
HSV(B) 66.99º 0.69% 0.93% -
XYZ 60.43 75.97 17.96 -
YUV 212.74 49.71 131.75 -
System Red Green Blue C M Y K H S L
Decimal 218 237 74 0.08 0 0.69 0.07 66.99 0.82 0.61
Hex DA ED 4A 8 0 45 7 43 52 3D
Octal 332 355 112 10 0 105 7 103 122 75
Binary 11011010 11101101 1001010 1000 0 1000101 111 1000011 1010010 111101

Color Harmonies of #DAED4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAED4A

Black with #DAED4A

Text Example


Text Example

White with #DAED4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAED4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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