Html Css Color HEX #DAE04B Manz

📋 copy color: '#DAE04B'

red 218 ◦ green 224 ◦ blue 75

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

Shades of Manz #DAE04B

Tints of Manz #DAE04B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 14.51%

R = 42.17%
G = 43.33%
B = 14.51%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#DAE04B (or 0xDAE04B) is known color: Manz. HEX triplet: DA, E0 and 4B. RGB value is (218,224,75). Sum of RGB (Red+Green+Blue) = 218+224+75=517 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.17% from 517); Green value is 224 (87.89% from 255 or 43.33% from 517); Blue value is 75 (29.69% from 255 or 14.51% from 517); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE04B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE04B is #251FB4. Grayscale: #CDCDCD. Windows color (decimal): -2432949 or 4972762. OLE color: 4972762.

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

Color convert

RGB 218 224 75 -
CMYK 0.03 0 0.67 0.12
HSL 62.42º 0.71% 0.59% -
HSV(B) 62.42º 0.67% 0.88% -
XYZ 56.84 68.72 16.93 -
YUV 205.22 54.51 137.12 -
System Red Green Blue C M Y K H S L
Decimal 218 224 75 0.03 0 0.67 0.12 62.42 0.71 0.59
Hex DA E0 4B 3 0 43 C 3E 47 3B
Octal 332 340 113 3 0 103 14 76 107 73
Binary 11011010 11100000 1001011 11 0 1000011 1100 111110 1000111 111011

Color Harmonies of #DAE04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE04B

Black with #DAE04B

Text Example


Text Example

White with #DAE04B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE04B; }

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

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

background-color css

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

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

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

border-color css

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

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

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