Html Css Color HEX #DAE956 Manz

📋 copy color: '#DAE956'

red 218 ◦ green 233 ◦ blue 86

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

Shades of Manz #DAE956

Tints of Manz #DAE956

RGB

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

 GREEN value IS 233 (91.41% from 255) = 43.39%

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

R = 40.6%
G = 43.39%
B = 16.01%

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

#DAE956 (or 0xDAE956) is known color: Manz. HEX triplet: DA, E9 and 56. RGB value is (218,233,86). Sum of RGB (Red+Green+Blue) = 218+233+86=537 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.60% from 537); Green value is 233 (91.41% from 255 or 43.39% from 537); Blue value is 86 (33.98% from 255 or 16.01% from 537); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE956 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE956 is #2516A9. Grayscale: #D4D4D4. Windows color (decimal): -2430634 or 5695962. OLE color: 5695962.

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

Color convert

RGB 218 233 86 -
CMYK 0.06 0 0.63 0.09
HSL 66.12º 0.77% 0.63% -
HSV(B) 66.12º 0.63% 0.91% -
XYZ 59.73 73.86 19.91 -
YUV 211.76 57.03 132.45 -
System Red Green Blue C M Y K H S L
Decimal 218 233 86 0.06 0 0.63 0.09 66.12 0.77 0.63
Hex DA E9 56 6 0 3F 9 42 4D 3F
Octal 332 351 126 6 0 77 11 102 115 77
Binary 11011010 11101001 1010110 110 0 111111 1001 1000010 1001101 111111

Color Harmonies of #DAE956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE956

Black with #DAE956

Text Example


Text Example

White with #DAE956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE956; }

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

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

background-color css

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

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

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

border-color css

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

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

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