#DACE61

Color #DACE61 Manz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Manz #DACE61

Tints of Manz #DACE61

Color information

#DACE61 (or 0xDACE61) is unknown color: approx Manz. HEX triplet: DA, CE and 61. RGB value is (218,206,97). Sum of RGB (Red+Green+Blue) = 218+206+97=521 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.84% from 521); Green value is 206 (80.86% from 255 or 39.54% from 521); Blue value is 97 (38.28% from 255 or 18.62% from 521); Max value from RGB is 218 - color contains mainly: red. Hex color #DACE61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACE61 is #25319E. Grayscale: #C5C5C5. Windows color (decimal): -2437535 or 6409946. OLE color: 6409946.

HSL color Cylindrical-coordinate representation of color #DACE61: hue angle of 54.05º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DACE61 is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB21820697-
CMYK00.060.560.15
HSL54.05º62.05%61.76%-
HSV(B)54.05º55.5%85.49%-
XYZ53.1459.9120.07-
YUV197.1671.48142.86-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.84%
GREEN value IS 206 (80.86% from 255) = 39.54%
BLUE value IS 97 (38.28% from 255) = 18.62%
R=41.84%
G=39.54%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2182069700.060.560.1554.0562.0561.76
HexDACE610638F363e3e
Octal332316141067017667676
Binary1101101011001110110000101101110001111110110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACE61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACE61; }

 p { color: rgb(218,206,97); }

 H1.HeaderClassName
 {
   color: #DACE61;
 }
 .AnyTagClassName
 {
   color: #DACE61;
 }
</style>
background-color css

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

 a { background-color: rgb(218,206,97); }

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

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

 span { border-color: rgb(218,206,97); }

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