Html Css Color HEX #DAE455 Manz

📋 copy color: '#DAE455'

red 218 ◦ green 228 ◦ blue 85

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

Shades of Manz #DAE455

Tints of Manz #DAE455

RGB

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

 GREEN value IS 228 (89.45% from 255) = 42.94%

 BLUE value IS 85 (33.59% from 255) = 16.01%

R = 41.05%
G = 42.94%
B = 16.01%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.63

 K value IS 0.11

RGB Variations

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

Color information

#DAE455 (or 0xDAE455) is known color: Manz. HEX triplet: DA, E4 and 55. RGB value is (218,228,85). Sum of RGB (Red+Green+Blue) = 218+228+85=531 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.05% from 531); Green value is 228 (89.45% from 255 or 42.94% from 531); Blue value is 85 (33.59% from 255 or 16.01% from 531); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE455 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE455 is #251BAA. Grayscale: #D1D1D1. Windows color (decimal): -2431915 or 5629146. OLE color: 5629146.

HSL color Cylindrical-coordinate representation of color #DAE455: hue angle of 64.2º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DAE455 is Cyan = 0.04, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.

Color convert

RGB 218 228 85 -
CMYK 0.04 0 0.63 0.11
HSL 64.2º 0.73% 0.61% -
HSV(B) 64.2º 0.63% 0.89% -
XYZ 58.3 71.05 19.24 -
YUV 208.71 58.19 134.63 -
System Red Green Blue C M Y K H S L
Decimal 218 228 85 0.04 0 0.63 0.11 64.2 0.73 0.61
Hex DA E4 55 4 0 3F B 40 49 3D
Octal 332 344 125 4 0 77 13 100 111 75
Binary 11011010 11100100 1010101 100 0 111111 1011 1000000 1001001 111101

Color Harmonies of #DAE455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE455

Black with #DAE455

Text Example


Text Example

White with #DAE455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE455; }

 p { color: rgb(218,228,85); }

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

background-color css

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

 a { background-color: rgb(218,228,85); }

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

border-color css

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

 span { border-color: rgb(218,228,85); }

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