Html Css Color HEX #DAE755 Manz

📋 copy color: '#DAE755'

red 218 ◦ green 231 ◦ blue 85

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

Shades of Manz #DAE755

Tints of Manz #DAE755

RGB

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

 GREEN value IS 231 (90.63% from 255) = 43.26%

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

R = 40.82%
G = 43.26%
B = 15.92%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.63

 K value IS 0.09

RGB Variations

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

Color information

#DAE755 (or 0xDAE755) is known color: Manz. HEX triplet: DA, E7 and 55. RGB value is (218,231,85). Sum of RGB (Red+Green+Blue) = 218+231+85=534 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.82% from 534); Green value is 231 (90.62% from 255 or 43.26% from 534); Blue value is 85 (33.59% from 255 or 15.92% from 534); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE755 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE755 is #2518AA. Grayscale: #D3D3D3. Windows color (decimal): -2431147 or 5629914. OLE color: 5629914.

HSL color Cylindrical-coordinate representation of color #DAE755: hue angle of 65.34º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DAE755 is Cyan = 0.06, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.09.

Color convert

RGB 218 231 85 -
CMYK 0.06 0 0.63 0.09
HSL 65.34º 0.75% 0.62% -
HSV(B) 65.34º 0.63% 0.91% -
XYZ 59.13 72.71 19.51 -
YUV 210.47 57.19 133.37 -
System Red Green Blue C M Y K H S L
Decimal 218 231 85 0.06 0 0.63 0.09 65.34 0.75 0.62
Hex DA E7 55 6 0 3F 9 41 4B 3E
Octal 332 347 125 6 0 77 11 101 113 76
Binary 11011010 11100111 1010101 110 0 111111 1001 1000001 1001011 111110

Color Harmonies of #DAE755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE755

Black with #DAE755

Text Example


Text Example

White with #DAE755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE755; }

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

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

background-color css

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

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

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

border-color css

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

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

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