Html Css Color HEX #DAE05F Manz

📋 copy color: '#DAE05F'

red 218 ◦ green 224 ◦ blue 95

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

Shades of Manz #DAE05F

Tints of Manz #DAE05F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 17.69%

R = 40.6%
G = 41.71%
B = 17.69%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#DAE05F (or 0xDAE05F) is known color: Manz. HEX triplet: DA, E0 and 5F. RGB value is (218,224,95). Sum of RGB (Red+Green+Blue) = 218+224+95=537 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.60% from 537); Green value is 224 (87.89% from 255 or 41.71% from 537); Blue value is 95 (37.5% from 255 or 17.69% from 537); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE05F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE05F is #251FA0. Grayscale: #D0D0D0. Windows color (decimal): -2432929 or 6283482. OLE color: 6283482.

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

Color convert

RGB 218 224 95 -
CMYK 0.03 0 0.58 0.12
HSL 62.79º 0.68% 0.63% -
HSV(B) 62.79º 0.58% 0.88% -
XYZ 57.63 69.04 21.12 -
YUV 207.5 64.51 135.49 -
System Red Green Blue C M Y K H S L
Decimal 218 224 95 0.03 0 0.58 0.12 62.79 0.68 0.63
Hex DA E0 5F 3 0 3A C 3F 44 3F
Octal 332 340 137 3 0 72 14 77 104 77
Binary 11011010 11100000 1011111 11 0 111010 1100 111111 1000100 111111

Color Harmonies of #DAE05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE05F

Black with #DAE05F

Text Example


Text Example

White with #DAE05F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE05F; }

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

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

background-color css

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

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

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

border-color css

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

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

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