Html Css Color HEX #DAE655 Manz

📋 copy color: '#DAE655'

red 218 ◦ green 230 ◦ blue 85

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

Shades of Manz #DAE655

Tints of Manz #DAE655

RGB

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

 GREEN value IS 230 (90.23% from 255) = 43.15%

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

R = 40.9%
G = 43.15%
B = 15.95%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.63

 K value IS 0.10

RGB Variations

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

Color information

#DAE655 (or 0xDAE655) is known color: Manz. HEX triplet: DA, E6 and 55. RGB value is (218,230,85). Sum of RGB (Red+Green+Blue) = 218+230+85=533 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.90% from 533); Green value is 230 (90.23% from 255 or 43.15% from 533); Blue value is 85 (33.59% from 255 or 15.95% from 533); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE655 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE655 is #2519AA. Grayscale: #D2D2D2. Windows color (decimal): -2431403 or 5629658. OLE color: 5629658.

HSL color Cylindrical-coordinate representation of color #DAE655: hue angle of 64.97º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DAE655 is Cyan = 0.05, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.10.

Color convert

RGB 218 230 85 -
CMYK 0.05 0 0.63 0.10
HSL 64.97º 0.74% 0.62% -
HSV(B) 64.97º 0.63% 0.9% -
XYZ 58.85 72.15 19.42 -
YUV 209.88 57.52 133.79 -
System Red Green Blue C M Y K H S L
Decimal 218 230 85 0.05 0 0.63 0.10 64.97 0.74 0.62
Hex DA E6 55 5 0 3F A 41 4A 3E
Octal 332 346 125 5 0 77 12 101 112 76
Binary 11011010 11100110 1010101 101 0 111111 1010 1000001 1001010 111110

Color Harmonies of #DAE655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE655

Black with #DAE655

Text Example


Text Example

White with #DAE655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE655; }

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

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

background-color css

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

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

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

border-color css

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

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

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