Html Css Color HEX #DAE756 Manz

📋 copy color: '#DAE756'

red 218 ◦ green 231 ◦ blue 86

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

Shades of Manz #DAE756

Tints of Manz #DAE756

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 16.07%

R = 40.75%
G = 43.18%
B = 16.07%

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

#DAE756 (or 0xDAE756) is known color: Manz. HEX triplet: DA, E7 and 56. RGB value is (218,231,86). Sum of RGB (Red+Green+Blue) = 218+231+86=535 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.75% from 535); Green value is 231 (90.62% from 255 or 43.18% from 535); Blue value is 86 (33.98% from 255 or 16.07% from 535); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE756 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE756 is #2518A9. Grayscale: #D3D3D3. Windows color (decimal): -2431146 or 5695450. OLE color: 5695450.

HSL color Cylindrical-coordinate representation of color #DAE756: hue angle of 65.38º 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 #DAE756 is Cyan = 0.06, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.09.

Color convert

RGB 218 231 86 -
CMYK 0.06 0 0.63 0.09
HSL 65.38º 0.75% 0.62% -
HSV(B) 65.38º 0.63% 0.91% -
XYZ 59.17 72.73 19.72 -
YUV 210.58 57.69 133.29 -
System Red Green Blue C M Y K H S L
Decimal 218 231 86 0.06 0 0.63 0.09 65.38 0.75 0.62
Hex DA E7 56 6 0 3F 9 41 4B 3E
Octal 332 347 126 6 0 77 11 101 113 76
Binary 11011010 11100111 1010110 110 0 111111 1001 1000001 1001011 111110

Color Harmonies of #DAE756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE756

Black with #DAE756

Text Example


Text Example

White with #DAE756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE756; }

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

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

background-color css

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

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

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

border-color css

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

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

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