Html Css Color HEX #DAE05D Manz

📋 copy color: '#DAE05D'

red 218 ◦ green 224 ◦ blue 93

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

Shades of Manz #DAE05D

Tints of Manz #DAE05D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.38%

R = 40.75%
G = 41.87%
B = 17.38%

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

#DAE05D (or 0xDAE05D) is known color: Manz. HEX triplet: DA, E0 and 5D. RGB value is (218,224,93). Sum of RGB (Red+Green+Blue) = 218+224+93=535 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.75% from 535); Green value is 224 (87.89% from 255 or 41.87% from 535); Blue value is 93 (36.72% from 255 or 17.38% from 535); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE05D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE05D is #251FA2. Grayscale: #CFCFCF. Windows color (decimal): -2432931 or 6152410. OLE color: 6152410.

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

Color convert

RGB 218 224 93 -
CMYK 0.03 0 0.58 0.12
HSL 62.75º 0.68% 0.62% -
HSV(B) 62.75º 0.58% 0.88% -
XYZ 57.54 69.01 20.64 -
YUV 207.27 63.51 135.65 -
System Red Green Blue C M Y K H S L
Decimal 218 224 93 0.03 0 0.58 0.12 62.75 0.68 0.62
Hex DA E0 5D 3 0 3A C 3F 44 3E
Octal 332 340 135 3 0 72 14 77 104 76
Binary 11011010 11100000 1011101 11 0 111010 1100 111111 1000100 111110

Color Harmonies of #DAE05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE05D

Black with #DAE05D

Text Example


Text Example

White with #DAE05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE05D; }

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

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

background-color css

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

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

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

border-color css

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

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

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